IPendingChangesExt.FilteredExcludedChanges Property
Get the current filtered excluded pending changes after the text filter (if any) is applied.
Namespace: Microsoft.TeamFoundation.VersionControl.Controls.Extensibility
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
ReadOnly Property FilteredExcludedChanges As PendingChange()
PendingChange[] FilteredExcludedChanges { get; }
property array<PendingChange^>^ FilteredExcludedChanges {
array<PendingChange^>^ get ();
}
abstract FilteredExcludedChanges : PendingChange[] with get
function get FilteredExcludedChanges () : PendingChange[]
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
Returns PendingChange.
.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.TeamFoundation.VersionControl.Controls.Extensibility Namespace