PendingChangesExt.FilteredIncludedChanges Property
Get the current filtered included pending changes after the text filter (if any) is applied.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property FilteredIncludedChanges As PendingChange()
public PendingChange[] FilteredIncludedChanges { get; }
public:
virtual property array<PendingChange^>^ FilteredIncludedChanges {
array<PendingChange^>^ get () sealed;
}
abstract FilteredIncludedChanges : PendingChange[] with get
override FilteredIncludedChanges : PendingChange[] with get
final function get FilteredIncludedChanges () : PendingChange[]
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
Returns PendingChange.
Implements
IPendingChangesExt.FilteredIncludedChanges
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace