StandardModelingAdapter Constructor (ModelBusReference, ModelBusAdapterManager, ModelElement)
Constructor
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
'Declaration
Protected Sub New ( _
reference As ModelBusReference, _
adapterManager As ModelBusAdapterManager, _
rootModelElement As ModelElement _
)
protected StandardModelingAdapter(
ModelBusReference reference,
ModelBusAdapterManager adapterManager,
ModelElement rootModelElement
)
protected:
StandardModelingAdapter(
ModelBusReference^ reference,
ModelBusAdapterManager^ adapterManager,
ModelElement^ rootModelElement
)
new :
reference:ModelBusReference *
adapterManager:ModelBusAdapterManager *
rootModelElement:ModelElement -> StandardModelingAdapter
protected function StandardModelingAdapter(
reference : ModelBusReference,
adapterManager : ModelBusAdapterManager,
rootModelElement : ModelElement
)
Parameters
reference
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReferenceThe ModelBusReference used to create this ModelBusAdapter.
adapterManager
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapterManagerThe ModelBusAdapterManager creating this ModelBusAdapter.
rootModelElement
Type: Microsoft.VisualStudio.Modeling.ModelElementThe root element of the model 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.