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

See Also

Reference

VersionControlHistory Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace