Udostępnij za pośrednictwem


Metoda ModelBus.FindAdapterManagers —

Wyszukuje listę ModelBusAdapter menedżerów, których zakresy ModelBusAdapter są opisane przez informacje o danym kontekście.Może być wielu menedżerów ModelBusAdapter, które mogą pracować z modelem, na przykład pliku XML mogą być otwierane przez edytora XML lub edytora tekstów.

Przestrzeń nazw:  Microsoft.VisualStudio.Modeling.Integration
Zestaw:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (w Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

Składnia

'Deklaracja
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 podane w celu opisania wystąpienie modelu.

Wartość zwracana

Typ: System.Collections.Generic.IEnumerable<ModelBusAdapterManager>
Lista znajduje ModelBusAdapter menedżerów.

Implementuje

IModelBus.FindAdapterManagers(array<Object[])

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ModelBus Klasa

Przestrzeń nazw Microsoft.VisualStudio.Modeling.Integration