VsModelingView Constructor
Constructor
Namespace: Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.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.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.