Propriedade IInteractionFragment.CoveredLifelines

Para alguns tipos de fragmento, obtém as linhas de vida no qual o fragmento está situado.

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

Sintaxe

'Declaração
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>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IInteractionFragment Interface

Namespace Microsoft.VisualStudio.Uml.Interactions