Compartilhar via


Propriedade ILifeline.CoveredBy

Obtém os fragmentos combinados, operandos de interação, usa a interação e especificações de execução em que esta linha de vida tem participação.

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

Sintaxe

'Declaração
ReadOnly Property CoveredBy As IEnumerable(Of IInteractionFragment)
IEnumerable<IInteractionFragment> CoveredBy { get; }
property IEnumerable<IInteractionFragment^>^ CoveredBy {
    IEnumerable<IInteractionFragment^>^ get ();
}
abstract CoveredBy : IEnumerable<IInteractionFragment>
function get CoveredBy () : IEnumerable<IInteractionFragment>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ILifeline Interface

Namespace Microsoft.VisualStudio.Uml.Interactions