IClassDiagram Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

A class diagram displays classes, interfaces, enumerations and their relationships.

Namespace:  Microsoft.VisualStudio.Uml.Presentation
Assembly:  Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)

Syntax

'Declaration
Public Interface IClassDiagram _
    Inherits IDiagram, IShape
'Usage
Dim instance As IClassDiagram
public interface IClassDiagram : IDiagram, 
    IShape
public interface class IClassDiagram : IDiagram, 
    IShape
type IClassDiagram =  
    interface
        interface IDiagram
        interface IShape
    end
public interface IClassDiagram extends IDiagram, IShape

Remarks

Note

The methods defined on this type are extension methods. To use the methods, you must add a project reference to the .Net assembly Microsoft.VisualStudio.Uml.Extensions.dll, and you must include the directive using Microsoft.VisualStudio.Uml.Extensions; in your code.

See Also

Reference

IClassDiagram Members

Microsoft.VisualStudio.Uml.Presentation Namespace