DslDefinesExplorer.GetLinkToExplorer(Dsl) 方法

定义

获取到 Dsl 的 DslDefinesExplorer 链接。

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

参数

dslInstance
Dsl

返回

DslDefinesExplorer
属性

适用于