ModelBus.GetAdapterManager – metoda
Vyhledejte instanci ModelBusAdapterManager pomocí jeho Id.
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 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
ModelBusAdapterManager instance s daným Id Pokud nalezen, bude vyvolána 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.