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 命名空间