Share via


DslDefinesEditor.GetLinkToEditor(Dsl) Method

Definition

Get the DslDefinesEditor link to a Dsl.

public:
 static Microsoft::VisualStudio::Modeling::DslDefinition::DslDefinesEditor ^ GetLinkToEditor(Microsoft::VisualStudio::Modeling::DslDefinition::Dsl ^ dslInstance);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesEditor GetLinkToEditor (Microsoft.VisualStudio.Modeling.DslDefinition.Dsl dslInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinkToEditor : Microsoft.VisualStudio.Modeling.DslDefinition.Dsl -> Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesEditor
Public Shared Function GetLinkToEditor (dslInstance As Dsl) As DslDefinesEditor

Parameters

dslInstance
Dsl

Returns

Attributes

Applies to