Locate a ModelBusAdapterManager instance using its ID. Throws an exception if not found.
Namespace:  Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0.dll)
Syntax
声明
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: System.String
 ID 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.