VsModelingView Constructor
Constructor
Namespace: Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.10.0.dll)
Syntax
'Declaration
Protected Sub New ( _
ownerAdapter As ModelBusAdapter, _
viewReference As ModelBusReference _
)
protected VsModelingView(
ModelBusAdapter ownerAdapter,
ModelBusReference viewReference
)
protected:
VsModelingView(
ModelBusAdapter^ ownerAdapter,
ModelBusReference^ viewReference
)
new :
ownerAdapter:ModelBusAdapter *
viewReference:ModelBusReference -> VsModelingView
protected function VsModelingView(
ownerAdapter : ModelBusAdapter,
viewReference : 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
.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.