DiagramDocView.CreateDiagramView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new VSDiagramView with default settings.
public:
virtual Microsoft::VisualStudio::Modeling::Shell::VSDiagramView ^ CreateDiagramView();
public virtual Microsoft.VisualStudio.Modeling.Shell.VSDiagramView CreateDiagramView ();
abstract member CreateDiagramView : unit -> Microsoft.VisualStudio.Modeling.Shell.VSDiagramView
override this.CreateDiagramView : unit -> Microsoft.VisualStudio.Modeling.Shell.VSDiagramView
Public Overridable Function CreateDiagramView () As VSDiagramView
Returns
DiagramView