Activity.Links 属性
定义
获取附加到此活动的所有活动链接的列表。Gets the list of all the activity links attached to this activity.
public:
property System::Collections::Generic::IEnumerable<System::Diagnostics::ActivityLink> ^ Links { System::Collections::Generic::IEnumerable<System::Diagnostics::ActivityLink> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Diagnostics.ActivityLink> Links { get; }
member this.Links : seq<System.Diagnostics.ActivityLink>
Public ReadOnly Property Links As IEnumerable(Of ActivityLink)
属性值
附加到此活动的活动链接的枚举。An enumeration of activity links attached to this activity. 如果活动没有链接,则返回空枚举。If the activity has no links, returns an empty enumeration.