DslDefinesEditor.GetLink Method
Get the one DslDefinesEditor link between a given Dsland a 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 Shared Function GetLink ( _
source As Dsl, _
target As Editor _
) As DslDefinesEditor
public static DslDefinesEditor GetLink(
Dsl source,
Editor target
)
public:
static DslDefinesEditor^ GetLink(
Dsl^ source,
Editor^ target
)
static member GetLink :
source:Dsl *
target:Editor -> DslDefinesEditor
public static function GetLink(
source : Dsl,
target : Editor
) : DslDefinesEditor
Parameters
- source
Type: Microsoft.VisualStudio.Modeling.DslDefinition.Dsl
- target
Type: Microsoft.VisualStudio.Modeling.DslDefinition.Editor
Return Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesEditor
.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.