ModelBusView Constructor (ModelBusAdapter, ModelBusReference)
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 ModelBusView(
ModelBusAdapter ownerAdapter,
ModelBusReference viewReference
)
protected:
ModelBusView(
ModelBusAdapter^ ownerAdapter,
ModelBusReference^ viewReference
)
new :
ownerAdapter:ModelBusAdapter *
viewReference:ModelBusReference -> ModelBusView
Protected 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
ModelBusView Class
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top