Sdílet prostřednictvím


IInteractionFragment.CoveredLifelines – vlastnost

Některé typy fragmentu získá životnosti, které se nachází ve fragmentu.

Obor názvů:  Microsoft.VisualStudio.Uml.Interactions
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IInteractionFragment Rozhraní

Microsoft.VisualStudio.Uml.Interactions – obor názvů