ModelBus::GetAdapterManager Method (String^)
Visual Studio 2015
Locate a ModelBusAdapterManager instance using its Id.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Parameters
- id
-
Type:
System::String^
Id of the ModelBusAdapterManager to look up.
Return Value
Type: Microsoft.VisualStudio.Modeling.Integration::ModelBusAdapterManager^ModelBusAdapterManager instance with the given Id if found, exception will be thrown otherwise.
Implements
IModelBus::GetAdapterManager(String^)
Show: