DslLibraryHasDslLibraryImports.GetLinks(DslLibrary, DslLibraryImport) Method

Definition

Get any DslLibraryHasDslLibraryImports links between a given DslLibrary and a DslLibraryImport.

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

Parameters

source
DslLibrary

Returns

Attributes

Applies to