DiagramView Class

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

Syntax

'Declaration
Public Class DiagramView _
    Inherits Control
'Usage
Dim instance As DiagramView
public class DiagramView : Control
public ref class DiagramView : public Control
public class DiagramView extends Control

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        Microsoft.VisualStudio.Modeling.Diagrams.DiagramView
          Microsoft.VisualStudio.Modeling.Shell.VSDiagramView

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DiagramView Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace