VersionControlHistory.SelectedLabels Property
Get the selected labels from the labels channel.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property SelectedLabels As VersionControlHistoryLabelItem()
public VersionControlHistoryLabelItem[] SelectedLabels { get; }
public:
property array<VersionControlHistoryLabelItem^>^ SelectedLabels {
array<VersionControlHistoryLabelItem^>^ get ();
}
member SelectedLabels : VersionControlHistoryLabelItem[] with get
function get SelectedLabels () : VersionControlHistoryLabelItem[]
Property Value
Type: array<Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlHistoryLabelItem[]
Returns VersionControlHistoryLabelItem.
.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.VisualStudio.TeamFoundation.VersionControl Namespace