Compartir a través de


ILifeline.TopLevelOccurrences (Propiedad)

Obtiene las especificaciones de aparición que están asociadas a esta línea de vida, excepto las anidadas dentro de otras líneas de vida.

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

Sintaxis

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

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ILifeline Interfaz

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