Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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