DiagramDocView.CreateDiagramView Method

Creates a diagram view for the document window.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'宣言
Public Overridable Function CreateDiagramView As VSDiagramView
'使用
Dim instance As DiagramDocView
Dim returnValue As VSDiagramView

returnValue = instance.CreateDiagramView()
public virtual VSDiagramView CreateDiagramView()
public:
virtual VSDiagramView^ CreateDiagramView()
public function CreateDiagramView() : VSDiagramView

Return Value

Type: Microsoft.VisualStudio.Modeling.Shell.VSDiagramView

The view for the diagram.

Permissions

See Also

Reference

DiagramDocView Class

DiagramDocView Members

Microsoft.VisualStudio.Modeling.Shell Namespace