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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'宣言
Public Shared ReadOnly Property DefaultToolboxTabName As String
Get
public static string DefaultToolboxTabName { get; }
public:
static property String^ DefaultToolboxTabName {
String^ get ();
}
static member DefaultToolboxTabName : string
static function get DefaultToolboxTabName () : String
Property Value
Type: System.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.