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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Declaração
Public ReadOnly Property ToolboxTabs As LinkedElementCollection(Of ToolboxTab)
Get
public LinkedElementCollection<ToolboxTab> ToolboxTabs { get; }
public:
property LinkedElementCollection<ToolboxTab^>^ ToolboxTabs {
LinkedElementCollection<ToolboxTab^>^ get ();
}
member ToolboxTabs : LinkedElementCollection<ToolboxTab>
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.