Share via


DslDefinesEditor.GetLinks(Dsl, Editor) Method

Definition

Get any DslDefinesEditor links between a given Dsl and a Editor.

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

Parameters

source
Dsl
target
Editor

Returns

Attributes

Applies to