Share via


ILifeline.CoveredBy Property

Gets the Combined Fragments, Interaction Operands, Interaction Uses and Execution Specifications in which this lifeline takes part.

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

Syntax

'Declaration
ReadOnly Property CoveredBy As IEnumerable(Of IInteractionFragment)
IEnumerable<IInteractionFragment> CoveredBy { get; }
property IEnumerable<IInteractionFragment^>^ CoveredBy {
    IEnumerable<IInteractionFragment^>^ get ();
}
abstract CoveredBy : IEnumerable<IInteractionFragment> with get
function get CoveredBy () : IEnumerable<IInteractionFragment>

Property Value

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

.NET Framework Security

See Also

Reference

ILifeline Interface

Microsoft.VisualStudio.Uml.Interactions Namespace