Editor.ToolboxTabs Property
Gets a list of ToolboxTabs. Toolbox tabs defined by the editor.
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 ReadOnly Property ToolboxTabs As LinkedElementCollection(Of ToolboxTab)
public LinkedElementCollection<ToolboxTab> ToolboxTabs { get; }
public:
property LinkedElementCollection<ToolboxTab^>^ ToolboxTabs {
LinkedElementCollection<ToolboxTab^>^ get ();
}
member ToolboxTabs : LinkedElementCollection<ToolboxTab> with get
function get ToolboxTabs () : LinkedElementCollection<ToolboxTab>
Property Value
Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<ToolboxTab>
.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.