IExecutionSpecification.NestedOccurrences Property
Gets messages and executions that occur within the execution.
Namespace: Microsoft.VisualStudio.Uml.Interactions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IEnumerable<IOccurrenceSpecification> NestedOccurrences { get; }
property IEnumerable<IOccurrenceSpecification^>^ NestedOccurrences {
IEnumerable<IOccurrenceSpecification^>^ get();
}
abstract NestedOccurrences : IEnumerable<IOccurrenceSpecification> with get
ReadOnly Property NestedOccurrences As IEnumerable(Of IOccurrenceSpecification)
Property Value
Type: System.Collections.Generic.IEnumerable<IOccurrenceSpecification>
See Also
IExecutionSpecification Interface
Microsoft.VisualStudio.Uml.Interactions Namespace
Return to top