Compartilhar via


Propriedade IExecutionSpecification.NestedOccurrences

Obtém mensagens e execuções que ocorrem dentro da execução.

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

Sintaxe

'Declaração
ReadOnly Property NestedOccurrences As IEnumerable(Of IOccurrenceSpecification)
    Get
IEnumerable<IOccurrenceSpecification> NestedOccurrences { get; }
property IEnumerable<IOccurrenceSpecification^>^ NestedOccurrences {
    IEnumerable<IOccurrenceSpecification^>^ get ();
}
abstract NestedOccurrences : IEnumerable<IOccurrenceSpecification>
function get NestedOccurrences () : IEnumerable<IOccurrenceSpecification>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IExecutionSpecification Interface

Namespace Microsoft.VisualStudio.Uml.Interactions