EditorHasToolboxTabs Constructor (Editor, ToolboxTab)
Constructor Creates a EditorHasToolboxTabs link in the same Partition as the given 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 Sub New ( _
source As Editor, _
target As ToolboxTab _
)
public EditorHasToolboxTabs(
Editor source,
ToolboxTab target
)
public:
EditorHasToolboxTabs(
Editor^ source,
ToolboxTab^ target
)
new :
source:Editor *
target:ToolboxTab -> EditorHasToolboxTabs
public function EditorHasToolboxTabs(
source : Editor,
target : ToolboxTab
)
Parameters
- source
Type: Microsoft.VisualStudio.Modeling.DslDefinition.Editor
Editor to use as the source of the relationship.
- target
Type: Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTab
ToolboxTab to use as the target of the relationship.
.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.