Share via


VSDiagramView Class

Represents the diagram view that Visual Studio hosts.

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class VSDiagramView _
    Inherits DiagramView
'Usage
Dim instance As VSDiagramView
[CLSCompliantAttribute(false)]
public class VSDiagramView : DiagramView
[CLSCompliantAttribute(false)]
public ref class VSDiagramView : public DiagramView
public class VSDiagramView extends DiagramView

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

VSDiagramView Members

Microsoft.VisualStudio.Modeling.Shell Namespace