Freigeben über


IExecutionEvent.ExecutionOccurrenceSpecifications-Eigenschaft

Ruft die Position der Vorkommnisausführung in einer Lebenslinie ab.

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)
    Get
IEnumerable<IExecutionOccurrenceSpecification> ExecutionOccurrenceSpecifications { get; }
property IEnumerable<IExecutionOccurrenceSpecification^>^ ExecutionOccurrenceSpecifications {
    IEnumerable<IExecutionOccurrenceSpecification^>^ get ();
}
abstract ExecutionOccurrenceSpecifications : IEnumerable<IExecutionOccurrenceSpecification>
function get ExecutionOccurrenceSpecifications () : IEnumerable<IExecutionOccurrenceSpecification>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IExecutionEvent Schnittstelle

Microsoft.VisualStudio.Uml.Interactions-Namespace