TreeComboBoxHatterasWpf.SelectedShortText Property

The ShortText of the currently selected item. I.e. "Visual Studio 2008" for "$/Visual Studio 2008", or "vstfdevdiv" for "$/"

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

Syntax

'Declaration
Protected ReadOnly Property SelectedShortText As String
protected string SelectedShortText { get; }
protected:
property String^ SelectedShortText {
    String^ get ();
}
member SelectedShortText : string with get
function get SelectedShortText () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

TreeComboBoxHatterasWpf Class

Microsoft.TeamFoundation.VersionControl.Controls Namespace