Share via


IPendingChangesExt.SelectedIncludedItems Property

Get the currently selected included items.

Namespace:  Microsoft.TeamFoundation.VersionControl.Controls.Extensibility
Assembly:  Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)

Syntax

'Declaration
ReadOnly Property SelectedIncludedItems As PendingChangesItem()
PendingChangesItem[] SelectedIncludedItems { get; }
property array<PendingChangesItem^>^ SelectedIncludedItems {
    array<PendingChangesItem^>^ get ();
}
abstract SelectedIncludedItems : PendingChangesItem[] with get
function get SelectedIncludedItems () : PendingChangesItem[]

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Controls.Extensibility.PendingChangesItem[]
Returns PendingChangesItem.

.NET Framework Security

See Also

Reference

IPendingChangesExt Interface

Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace