Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'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: 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)
.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.