DiagramDocView.CreateDiagramView Method
Creates a diagram view for the document window.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntax
'Declaration
Public Overridable Function CreateDiagramView As VSDiagramView
public virtual VSDiagramView CreateDiagramView()
public:
virtual VSDiagramView^ CreateDiagramView()
abstract CreateDiagramView : unit -> VSDiagramView
override CreateDiagramView : unit -> VSDiagramView
public function CreateDiagramView() : VSDiagramView
Return Value
Type: Microsoft.VisualStudio.Modeling.Shell.VSDiagramView
The view for the diagram.
.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.