DslDefinitionModelToolboxHelperBase.DefaultToolboxTabName Property

Returns the display name of the tab that should be opened by default when the editor is opened.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Syntax

'Declaration
Public Shared ReadOnly Property DefaultToolboxTabName As String
public static string DefaultToolboxTabName { get; }
public:
static property String^ DefaultToolboxTabName {
    String^ get ();
}
static member DefaultToolboxTabName : string with get
static function get DefaultToolboxTabName () : String

Property Value

Type: String

.NET Framework Security

See Also

Reference

DslDefinitionModelToolboxHelperBase Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace