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
IEnumerable<IInteractionFragment> CoveredBy { get; }
property IEnumerable<IInteractionFragment^>^ CoveredBy {
IEnumerable<IInteractionFragment^>^ get();
}
abstract CoveredBy : IEnumerable<IInteractionFragment> with get
ReadOnly Property CoveredBy As IEnumerable(Of IInteractionFragment)
Property Value
Type: System.Collections.Generic.IEnumerable<IInteractionFragment>
See Also
ILifeline Interface
Microsoft.VisualStudio.Uml.Interactions Namespace
Return to top