Share via


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

See Also

Reference

PendingChangesExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace