Share via


IExecutionEvent.ExecutionOccurrenceSpecifications Property

Gets the position of the Execution Occurrence on a Lifeline.

Namespace:  Microsoft.VisualStudio.Uml.Interactions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

IExecutionEvent Interface

Microsoft.VisualStudio.Uml.Interactions Namespace