StandardVsModelingDiagramView 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
public StandardVsModelingDiagramView(
ModelBusAdapter ownerAdapter,
ModelBusReference viewReference
)
public:
StandardVsModelingDiagramView(
ModelBusAdapter^ ownerAdapter,
ModelBusReference^ viewReference
)
new :
ownerAdapter:ModelBusAdapter *
viewReference:ModelBusReference -> StandardVsModelingDiagramView
Public Sub New (
ownerAdapter As ModelBusAdapter,
viewReference As ModelBusReference
)
Parameters
ownerAdapter
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapterModelBusAdapter instance that creates this ModelBusView
viewReference
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReferenceModelBusReference that identifies this ModelBusView
See Also
StandardVsModelingDiagramView Class
Microsoft.VisualStudio.Modeling.Integration.Shell Namespace
Return to top