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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.