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

'Declaration
ReadOnly Property Lifelines As IEnumerable(Of ILifeline)
    Get
IEnumerable<ILifeline> Lifelines { get; }
property IEnumerable<ILifeline^>^ Lifelines {
    IEnumerable<ILifeline^>^ get ();
}
abstract Lifelines : IEnumerable<ILifeline>
function get Lifelines () : IEnumerable<ILifeline>

Property Value

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

.NET Framework Security

See Also

Reference

IInteraction Interface

Microsoft.VisualStudio.Uml.Interactions Namespace