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.
Constructor
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0.dll)
Syntax
'Declaration
Protected Sub New ( _
reference As ModelBusReference, _
adapterManager As ModelBusAdapterManager, _
store As Store _
)
protected StandardModelingAdapter(
ModelBusReference reference,
ModelBusAdapterManager adapterManager,
Store store
)
protected:
StandardModelingAdapter(
ModelBusReference^ reference,
ModelBusAdapterManager^ adapterManager,
Store^ store
)
new :
reference:ModelBusReference *
adapterManager:ModelBusAdapterManager *
store:Store -> StandardModelingAdapter
protected function StandardModelingAdapter(
reference : ModelBusReference,
adapterManager : ModelBusAdapterManager,
store : Store
)
Parameters
- reference
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
The ModelBusReference used to create this ModelBusAdapter.
- adapterManager
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapterManager
The ModelBusAdapterManager creating this ModelBusAdapter.
- store
Type: Microsoft.VisualStudio.Modeling.Store
The store being accessed by this adapter.
.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.