VsModelingView Constructor (ModelBusAdapter, ModelBusReference)

 

Constructor

Namespace:   Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll)

Syntax

protected VsModelingView(
    ModelBusAdapter ownerAdapter,
    ModelBusReference viewReference
)
protected:
VsModelingView(
    ModelBusAdapter^ ownerAdapter,
    ModelBusReference^ viewReference
)
new : 
        ownerAdapter:ModelBusAdapter *
        viewReference:ModelBusReference -> VsModelingView
Protected Sub New (
    ownerAdapter As ModelBusAdapter,
    viewReference As ModelBusReference
)

Parameters

See Also

VsModelingView Class
Microsoft.VisualStudio.Modeling.Integration.Shell Namespace

Return to top