Compartilhar via


Método DslLibraryHasDslLibraryImports.GetDslLibraryImports

Obtém uma lista de DslLibraryImports.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Sintaxe

'Declaração
Public Shared Function GetDslLibraryImports ( _
    element As DslLibrary _
) As LinkedElementCollection(Of DslLibraryImport)
public static LinkedElementCollection<DslLibraryImport> GetDslLibraryImports(
    DslLibrary element
)

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

DslLibraryHasDslLibraryImports Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition