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

See Also

Reference

PendingChangesExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace