IFindShelvesetsExt.SelectedShelvesets Property

Get the currently selected shelvesets.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

IFindShelvesetsExt Interface

Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace