TrackingRecord.Annotations 屬性

定義

在衍生類別中覆寫時,取得與追蹤點關聯的附註集合。

public:
 abstract property System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ Annotations { System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ get(); };
public abstract System.Workflow.Runtime.Tracking.TrackingAnnotationCollection Annotations { get; }
member this.Annotations : System.Workflow.Runtime.Tracking.TrackingAnnotationCollection
Public MustOverride ReadOnly Property Annotations As TrackingAnnotationCollection

屬性值

TrackingAnnotationCollection,其中包含此 TrackingRecord 所對應之追蹤點關聯的附註。

備註

您可以指定附註與 ActivityTrackPoint 中的 WorkflowTrackPointUserTrackPointTrackingProfile 產生關聯。 執行階段追蹤基礎結構會儲存這些附註,而且當它符合追蹤點時,會在 Annotations 中傳回附註。

適用於