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
- 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.