Condividi tramite


Proprietà IInteractionFragment.CoveredLifelines

Per alcuni tipi di frammenti, ottiene le linee di vita in cui si trova il frammento.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Interactions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IInteractionFragment Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Interactions