ModelBus::GetAdapterManager Method (String^)

 

Locate a ModelBusAdapterManager instance using its Id.

Namespace:   Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

public:
virtual ModelBusAdapterManager^ GetAdapterManager(
	String^ id
) sealed

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.

Return to top
Show: