Поделиться через


ILifeline.TopLevelOccurrences - свойство

Получает спецификации вхождений, прикрепленные к данной линии жизни, за исключением вложенных в другие линии жизни.

Пространство имен:  Microsoft.VisualStudio.Uml.Interactions
Сборка:  Microsoft.VisualStudio.Uml.Interfaces (в Microsoft.VisualStudio.Uml.Interfaces.dll)

Синтаксис

'Декларация
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>

Значение свойства

Тип: System.Collections.Generic.IEnumerable<IOccurrenceSpecification>

Безопасность платформы .NET Framework

См. также

Ссылки

ILifeline Интерфейс

Microsoft.VisualStudio.Uml.Interactions - пространство имен