IAllPendingChangesExt.SelectedItems Property

Get the currently selected items.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

IAllPendingChangesExt Interface

Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace