Sdílet prostřednictvím


IExecutionEvent.ExecutionOccurrenceSpecifications – vlastnost

Získává pozici výskytu spuštění na životnost.

Obor názvů:  Microsoft.VisualStudio.Uml.Interactions
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IExecutionEvent Rozhraní

Microsoft.VisualStudio.Uml.Interactions – obor názvů