Sdílet prostřednictvím


ModelBus.FindAdapterManagers – metoda

Seznam ModelBusAdapter najde vedoucí, jehož ModelBusAdapter obory jsou popsána v kontextu dané informace.Může být 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.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.Integration.11.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 dispozici k popisu instancí modelu.

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ů