ILifeline::TopLevelOccurrences Property
Visual Studio 2015
Gets the Occurrence Specifications that are attached to this lifeline, excluding those nested inside other lifelines.
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
property IEnumerable<IOccurrenceSpecification^>^ TopLevelOccurrences {
IEnumerable<IOccurrenceSpecification^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<IOccurrenceSpecification^>^
Show: