Share via


ISequenceDiagram.Interaction Property

 

The Interaction that has been bound to the diagram. May be null.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntax

IInteraction Interaction { get; }
property IInteraction^ Interaction {
    IInteraction^ get();
}
abstract Interaction : IInteraction with get
ReadOnly Property Interaction As IInteraction

Property Value

Type: Microsoft.VisualStudio.Uml.Interactions.IInteraction

See Also

ISequenceDiagram Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace

Return to top