VersionControlLabelDocument.SelectedItems Property
The selected items in the Label document window.
These items may be sourced from the TreeView on the left or the ListView on the right, depending on where the keyboard focus is or last was.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property SelectedItems As VersionControlLabelDocumentItem()
public VersionControlLabelDocumentItem[] SelectedItems { get; }
public:
property array<VersionControlLabelDocumentItem^>^ SelectedItems {
array<VersionControlLabelDocumentItem^>^ get ();
}
member SelectedItems : VersionControlLabelDocumentItem[] with get
function get SelectedItems () : VersionControlLabelDocumentItem[]
Property Value
Type: array<Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlLabelDocumentItem[]
Returns VersionControlLabelDocumentItem.
.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
VersionControlLabelDocument Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace