Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Method to find the appropriate ModelBusAdapterManager given an LogicalAdapterId in the MEF Catalog.
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0.dll)
Syntax
'Declaration
Public Function FindAdapterManager ( _
logicalAdapterId As String _
) As ModelBusAdapterManager
public ModelBusAdapterManager FindAdapterManager(
string logicalAdapterId
)
public:
virtual ModelBusAdapterManager^ FindAdapterManager(
String^ logicalAdapterId
) sealed
abstract FindAdapterManager :
logicalAdapterId:string -> ModelBusAdapterManager
override FindAdapterManager :
logicalAdapterId:string -> ModelBusAdapterManager
public final function FindAdapterManager(
logicalAdapterId : String
) : ModelBusAdapterManager
Parameters
- logicalAdapterId
Type: System.String
string value to look for
Return Value
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapterManager
An instance of a ModelBusAdapterManager if one is found
Implements
IConfiguration.FindAdapterManager(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.