EditorHasToolboxTabs.GetLink Method
Get the one EditorHasToolboxTabs link between a given Editorand a ToolboxTab.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Syntax
'Declaration
Public Shared Function GetLink ( _
source As Editor, _
target As ToolboxTab _
) As EditorHasToolboxTabs
public static EditorHasToolboxTabs GetLink(
Editor source,
ToolboxTab target
)
public:
static EditorHasToolboxTabs^ GetLink(
Editor^ source,
ToolboxTab^ target
)
static member GetLink :
source:Editor *
target:ToolboxTab -> EditorHasToolboxTabs
public static function GetLink(
source : Editor,
target : ToolboxTab
) : EditorHasToolboxTabs
Parameters
- source
Type: Microsoft.VisualStudio.Modeling.DslDefinition.Editor
Return Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.EditorHasToolboxTabs
.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.