Share via


IInteraction.Lifelines Property

 

Gets all the lifelines that are described in this Interaction.

Namespace:   Microsoft.VisualStudio.Uml.Interactions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

IEnumerable<ILifeline> Lifelines { get; }
property IEnumerable<ILifeline^>^ Lifelines {
    IEnumerable<ILifeline^>^ get();
}
abstract Lifelines : IEnumerable<ILifeline> with get
ReadOnly Property Lifelines As IEnumerable(Of ILifeline)

Property Value

Type: System.Collections.Generic.IEnumerable<ILifeline>

See Also

IInteraction Interface
Microsoft.VisualStudio.Uml.Interactions Namespace

Return to top