Propriedade ILifeline.TopLevelOccurrences

Obtém as especificações de ocorrência que estão anexados a esta linha de vida, excluindo aninhada dentro de outras linhas de vida.

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

Sintaxe

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

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ILifeline Interface

Namespace Microsoft.VisualStudio.Uml.Interactions