Freigeben über


DslLibraryHasDslLibraryImports.GetDslLibraryImports-Methode

Ruft eine Liste mit DslLibraryImports 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 GetDslLibraryImports ( _
    element As DslLibrary _
) As LinkedElementCollection(Of DslLibraryImport)
public static LinkedElementCollection<DslLibraryImport> GetDslLibraryImports(
    DslLibrary element
)

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Modeling.LinkedElementCollection<DslLibraryImport>

.NET Framework-Sicherheit

Siehe auch

Referenz

DslLibraryHasDslLibraryImports Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace