IInteractionFragment.CoveredLifelines 属性

对于某些类型的片段,获取该片段坐落的生命线。

命名空间:  Microsoft.VisualStudio.Uml.Interactions
程序集:  Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

语法

声明
ReadOnly Property CoveredLifelines As IEnumerable(Of ILifeline)
    Get
IEnumerable<ILifeline> CoveredLifelines { get; }
property IEnumerable<ILifeline^>^ CoveredLifelines {
    IEnumerable<ILifeline^>^ get ();
}
abstract CoveredLifelines : IEnumerable<ILifeline>
function get CoveredLifelines () : IEnumerable<ILifeline>

属性值

类型:System.Collections.Generic.IEnumerable<ILifeline>

.NET Framework 安全性

请参见

参考

IInteractionFragment 接口

Microsoft.VisualStudio.Uml.Interactions 命名空间