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