Partilhar via


Propriedade IExecutionEvent.ExecutionOccurrenceSpecifications

Obtém a posição da ocorrência de execução em uma linha de vida.

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

Sintaxe

'Declaração
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>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IExecutionEvent Interface

Namespace Microsoft.VisualStudio.Uml.Interactions