Sdílet prostřednictvím


DslLibraryHasDslLibraryImports.GetDslLibraryImports – metoda

Získá seznam DslLibraryImports.

Obor názvů:  Microsoft.VisualStudio.Modeling.DslDefinition
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Syntaxe

'Deklarace
Public Shared Function GetDslLibraryImports ( _
    element As DslLibrary _
) As LinkedElementCollection(Of DslLibraryImport)
public static LinkedElementCollection<DslLibraryImport> GetDslLibraryImports(
    DslLibrary element
)

Parametry

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DslLibraryHasDslLibraryImports Třída

Microsoft.VisualStudio.Modeling.DslDefinition – obor názvů