DslLibraryHasDslLibraryImports.GetLinksToDslLibraryImports(DslLibrary) Method

Definition

Get the list of DslLibraryHasDslLibraryImports links to a DslLibrary.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DslLibraryHasDslLibraryImports ^> ^ GetLinksToDslLibraryImports(Microsoft::VisualStudio::Modeling::DslDefinition::DslLibrary ^ dslLibraryInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryHasDslLibraryImports> GetLinksToDslLibraryImports (Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary dslLibraryInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToDslLibraryImports : Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryHasDslLibraryImports>
Public Shared Function GetLinksToDslLibraryImports (dslLibraryInstance As DslLibrary) As ReadOnlyCollection(Of DslLibraryHasDslLibraryImports)

Parameters

dslLibraryInstance
DslLibrary

Returns

Attributes

Applies to