Share via


IPendingChangesExt.FilteredIncludedChanges Property

Get the current filtered included 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 FilteredIncludedChanges As PendingChange()
PendingChange[] FilteredIncludedChanges { get; }
property array<PendingChange^>^ FilteredIncludedChanges {
    array<PendingChange^>^ get ();
}
abstract FilteredIncludedChanges : PendingChange[] with get
function get FilteredIncludedChanges () : PendingChange[]

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
Returns PendingChange.

.NET Framework Security

See Also

Reference

IPendingChangesExt Interface

Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace