ModelBus.GetAdapterManager – metoda
Vyhledejte ModelBusAdapterManager instance pomocí jeho Id.
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 GetAdapterManager ( _
id As String _
) As ModelBusAdapterManager
public ModelBusAdapterManager GetAdapterManager(
string id
)
Parametry
- id
Typ: System.String
ID ModelBusAdapterManager vyhledat.
Vrácená hodnota
Typ: Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapterManager
Instance ModelBusAdapterManager s Id dané Pokud nalezen, bude se výjimka jinak.
Implementuje
IModelBus.GetAdapterManager(String)
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.