Share via


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

'Declaration
ReadOnly Property NestedOccurrences As IEnumerable(Of IOccurrenceSpecification)
IEnumerable<IOccurrenceSpecification> NestedOccurrences { get; }
property IEnumerable<IOccurrenceSpecification^>^ NestedOccurrences {
    IEnumerable<IOccurrenceSpecification^>^ get ();
}
abstract NestedOccurrences : IEnumerable<IOccurrenceSpecification> with get
function get NestedOccurrences () : IEnumerable<IOccurrenceSpecification>

Property Value

Type: System.Collections.Generic.IEnumerable<IOccurrenceSpecification>

.NET Framework Security

See Also

Reference

IExecutionSpecification Interface

Microsoft.VisualStudio.Uml.Interactions Namespace