ActivityCreationOptions<T>.Links 属性

定义

获取将创建的活动使用的活动链接的枚举。Gets the enumeration of activity links that the activity will be created with.

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)

属性值

IEnumerable<ActivityLink>

活动链接的枚举。An enumeration of activity links.

适用于