Share via


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

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 Sub New (
    reference As ModelBusReference,
    adapterManager As ModelBusAdapterManager,
    rootModelElement As ModelElement
)

Parameters

See Also

StandardModelingAdapter Overload
StandardModelingAdapter Class
Microsoft.VisualStudio.Modeling.Integration Namespace

Return to top