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. Throws an exception if not found.
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)
Syntax
'Declaration
Function GetAdapterManager ( _
id As String _
) As ModelBusAdapterManager
ModelBusAdapterManager GetAdapterManager(
string id
)
ModelBusAdapterManager^ GetAdapterManager(
String^ id
)
abstract GetAdapterManager :
id:string -> ModelBusAdapterManager
function GetAdapterManager(
id : String
) : ModelBusAdapterManager
Parameters
id
Type: StringID of the ModelBusAdapterManager.
Return Value
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapterManager
ModelBusAdapterManager instance with the given ID.
.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.