IExecutionSpecification.NestedOccurrences (Propiedad)

Obtiene los mensajes y las ejecuciones que aparecen en la ejecución.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Interactions
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
ReadOnly Property NestedOccurrences As IEnumerable(Of IOccurrenceSpecification)
IEnumerable<IOccurrenceSpecification> NestedOccurrences { get; }
property IEnumerable<IOccurrenceSpecification^>^ NestedOccurrences {
    IEnumerable<IOccurrenceSpecification^>^ get ();
}
abstract NestedOccurrences : IEnumerable<IOccurrenceSpecification>
function get NestedOccurrences () : IEnumerable<IOccurrenceSpecification>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

IExecutionSpecification Interfaz

Microsoft.VisualStudio.Uml.Interactions (Espacio de nombres)