Sdílet prostřednictvím


ModelBus.FindAdapterManagers – metoda

Vyhledá seznam ModelBusAdapter manažerů, jehož ModelBusAdapter obory jsou popsány v kontextu dané informace.Může existovat více správců ModelBusAdapter, které můžete s modelem pracovat, například soubor XML lze otevřít pomocí editoru XML nebo textového editoru.

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

Syntaxe

'Deklarace
Public Function FindAdapterManagers ( _
    ParamArray modelLocatorInfo As Object() _
) As IEnumerable(Of ModelBusAdapterManager)
public IEnumerable<ModelBusAdapterManager> FindAdapterManagers(
    params Object[] modelLocatorInfo
)

Parametry

  • modelLocatorInfo
    Typ: array<System.Object[]
    ReferenceContext k popisu instancí modelu k dispozici.

Vrácená hodnota

Typ: System.Collections.Generic.IEnumerable<ModelBusAdapterManager>
Seznam najít ModelBusAdapter vedoucí.

Implementuje

IModelBus.FindAdapterManagers(array<Object[])

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ModelBus Třída

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