DslDefinesExplorer.GetLinks Method
Get any DslDefinesExplorer links between a given Dsl and a Explorer.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Syntax
'Declaration
Public Shared Function GetLinks ( _
source As Dsl, _
target As Explorer _
) As ReadOnlyCollection(Of DslDefinesExplorer)
public static ReadOnlyCollection<DslDefinesExplorer> GetLinks(
Dsl source,
Explorer target
)
public:
static ReadOnlyCollection<DslDefinesExplorer^>^ GetLinks(
Dsl^ source,
Explorer^ target
)
static member GetLinks :
source:Dsl *
target:Explorer -> ReadOnlyCollection<DslDefinesExplorer>
public static function GetLinks(
source : Dsl,
target : Explorer
) : ReadOnlyCollection<DslDefinesExplorer>
Parameters
- source
Type: Microsoft.VisualStudio.Modeling.DslDefinition.Dsl
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<DslDefinesExplorer>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.