Freigeben über


DslLibraryHasDslLibraryImports.GetLinksToDslLibraryImports-Methode

Ruft die Liste der DslLibraryHasDslLibraryImports-Links für DslLibrary ab.

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 GetLinksToDslLibraryImports ( _
    dslLibraryInstance As DslLibrary _
) As ReadOnlyCollection(Of DslLibraryHasDslLibraryImports)
public static ReadOnlyCollection<DslLibraryHasDslLibraryImports> GetLinksToDslLibraryImports(
    DslLibrary dslLibraryInstance
)

Parameter

Rückgabewert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<DslLibraryHasDslLibraryImports>

.NET Framework-Sicherheit

Siehe auch

Referenz

DslLibraryHasDslLibraryImports Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace