Udostępnij za pośrednictwem


Właściwość IInteraction.Lifelines —

Pobiera wszystkie linie życia, które są opisane w tej interakcji.

Przestrzeń nazw:  Microsoft.VisualStudio.Uml.Interactions
Zestaw:  Microsoft.VisualStudio.Uml.Interfaces (w Microsoft.VisualStudio.Uml.Interfaces.dll)

Składnia

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

Wartość właściwości

Typ: IEnumerable<ILifeline>

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IInteraction Interfejs

Przestrzeń nazw Microsoft.VisualStudio.Uml.Interactions