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
- element
Tipo: Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary
Valore restituito
Tipo: Microsoft.VisualStudio.Modeling.LinkedElementCollection<DslLibraryImport>
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
DslLibraryHasDslLibraryImports Classe
Spazio dei nomi Microsoft.VisualStudio.Modeling.DslDefinition