ModelBusView Constructor
Constructor
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)
Syntax
'Declaration
Protected Sub New ( _
ownerAdapter As ModelBusAdapter, _
viewReference As ModelBusReference _
)
protected ModelBusView(
ModelBusAdapter ownerAdapter,
ModelBusReference viewReference
)
protected:
ModelBusView(
ModelBusAdapter^ ownerAdapter,
ModelBusReference^ viewReference
)
new :
ownerAdapter:ModelBusAdapter *
viewReference:ModelBusReference -> ModelBusView
protected function ModelBusView(
ownerAdapter : ModelBusAdapter,
viewReference : 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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.