StandardModelingAdapter Constructor (ModelBusReference, ModelBusAdapterManager, Store)
Constructor
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
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 Sub New (
reference As ModelBusReference,
adapterManager As ModelBusAdapterManager,
store As Store
)
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.
store
Type: Microsoft.VisualStudio.Modeling.StoreThe store being accessed by this adapter.
See Also
StandardModelingAdapter Overload
StandardModelingAdapter Class
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top