PendingChangesExt.FilteredExcludedChanges Property
Get the current filtered excluded 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 FilteredExcludedChanges As PendingChange()
public PendingChange[] FilteredExcludedChanges { get; }
public:
virtual property array<PendingChange^>^ FilteredExcludedChanges {
array<PendingChange^>^ get () sealed;
}
abstract FilteredExcludedChanges : PendingChange[] with get
override FilteredExcludedChanges : PendingChange[] with get
final function get FilteredExcludedChanges () : PendingChange[]
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
Returns PendingChange.
Implements
IPendingChangesExt.FilteredExcludedChanges
.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