DslDefinesExplorer.GetLink(Dsl, Explorer) Method

Definition

Get the one DslDefinesExplorer link between a given Dsland a Explorer.

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

Parameters

source
Dsl
target
Explorer

Returns

Attributes

Applies to