DslDefinesEditor.GetLinkToDsl(Editor) 方法

定义

获取编辑器的 DslDefinesEditor 链接。

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

参数

editorInstance
Editor

返回

DslDefinesEditor
属性

适用于