IFindShelvesetsExt.Shelvesets Property
Get all shelvesets.
Namespace: Microsoft.TeamFoundation.VersionControl.Controls.Extensibility
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
ReadOnly Property Shelvesets As Shelveset()
Shelveset[] Shelvesets { get; }
property array<Shelveset^>^ Shelvesets {
array<Shelveset^>^ get ();
}
abstract Shelvesets : Shelveset[] with get
function get Shelvesets () : Shelveset[]
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.Shelveset[]
Returns Shelveset.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace