Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- ownerAdapter 
 Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapter- ModelBusAdapter instance that creates this ModelBusView 
- viewReference 
 Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference- ModelBusReference that identifies this ModelBusView 
See Also
VsModelingView Class
Microsoft.VisualStudio.Modeling.Integration.Shell Namespace
Return to top