Condividi tramite


Proprietà ILifeline.TopLevelOccurrences

Ottiene le specifiche di occorrenza associati a questa linea di vita, esclusi quelle annidate in altre linee di vita.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Interactions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ILifeline Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Interactions