Freigeben über


CompositionConfigurationManager.GetAdapterManagers-Methode

Ruft die Liste aller gefundenen AdapterManager-Objekte ab.

Namespace:  Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

Syntax

'Declaration
Public Function GetAdapterManagers As IEnumerable(Of ModelBusAdapterManager)
public IEnumerable<ModelBusAdapterManager> GetAdapterManagers()

Rückgabewert

Typ: System.Collections.Generic.IEnumerable<ModelBusAdapterManager>
Eine Liste der verfügbaren AdapterManager

Implementiert

IConfiguration.GetAdapterManagers()

Hinweise

Dadurch werden alle Adapter geladen werden, daher sollte FindAdapterManager verwendet werden, sofern möglich

.NET Framework-Sicherheit

Siehe auch

Referenz

CompositionConfigurationManager Klasse

Microsoft.VisualStudio.Modeling.Integration-Namespace