DslDefinesEditor.GetLink(Dsl, Editor) 方法

定义

获取给定 Dsland 之间的一个 DslDefinesEditor 链接。

public:
 static Microsoft::VisualStudio::Modeling::DslDefinition::DslDefinesEditor ^ GetLink(Microsoft::VisualStudio::Modeling::DslDefinition::Dsl ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::Editor ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesEditor GetLink (Microsoft.VisualStudio.Modeling.DslDefinition.Dsl source, Microsoft.VisualStudio.Modeling.DslDefinition.Editor target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLink : Microsoft.VisualStudio.Modeling.DslDefinition.Dsl * Microsoft.VisualStudio.Modeling.DslDefinition.Editor -> Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesEditor
Public Shared Function GetLink (source As Dsl, target As Editor) As DslDefinesEditor

参数

source
Dsl
target
Editor

返回

DslDefinesEditor
属性

适用于