ISequenceDiagram Interface

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

A sequence diagram displays a UML Interaction.

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

Syntax

'Declaration
Public Interface ISequenceDiagram _
    Inherits IDiagram, IShape
'Usage
Dim instance As ISequenceDiagram
public interface ISequenceDiagram : IDiagram, 
    IShape
public interface class ISequenceDiagram : IDiagram, 
    IShape
type ISequenceDiagram =  
    interface
        interface IDiagram
        interface IShape
    end
public interface ISequenceDiagram 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

ISequenceDiagram Members

Microsoft.VisualStudio.Uml.Presentation Namespace