Condividi tramite


Metodo DslLibraryHasDslLibraryImports.GetDslLibraryImports

Ottiene un elenco di DslLibraryImports.

Spazio dei nomi:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Sintassi

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

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DslLibraryHasDslLibraryImports Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.DslDefinition