Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Syntax
public ModelBusAdapterManager GetAdapterManager(
string id
)
public:
virtual ModelBusAdapterManager^ GetAdapterManager(
String^ id
) sealed
abstract GetAdapterManager :
id:string -> ModelBusAdapterManager
override GetAdapterManager :
id:string -> ModelBusAdapterManager
Public Function GetAdapterManager (
id As String
) As ModelBusAdapterManager
Parameters
id
Type: System.StringId 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)
See Also
ModelBus Class
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top