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


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

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

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

Синтаксис

'Декларация
ReadOnly Property OccurrenceSpecifications As IEnumerable(Of IOccurrenceSpecification)
IEnumerable<IOccurrenceSpecification> OccurrenceSpecifications { get; }
property IEnumerable<IOccurrenceSpecification^>^ OccurrenceSpecifications {
    IEnumerable<IOccurrenceSpecification^>^ get ();
}
abstract OccurrenceSpecifications : IEnumerable<IOccurrenceSpecification>
function get OccurrenceSpecifications () : IEnumerable<IOccurrenceSpecification>

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

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

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

См. также

Ссылки

ILifeline Интерфейс

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