Kommentar
Å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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)
Syntax
'Declaration
Public Function GetAdapterManager ( _
id As String _
) As ModelBusAdapterManager
public ModelBusAdapterManager GetAdapterManager(
string id
)
public:
virtual ModelBusAdapterManager^ GetAdapterManager(
String^ id
) sealed
abstract GetAdapterManager :
id:string -> ModelBusAdapterManager
override GetAdapterManager :
id:string -> ModelBusAdapterManager
public final function GetAdapterManager(
id : String
) : ModelBusAdapterManager
Parameters
id
Type: 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)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.