WorkflowTrackPoint.Annotations 屬性

定義

取得與追蹤點關聯之附註的集合。

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

屬性值

TrackingAnnotationCollection,包含與追蹤點關聯的附註。 預設為空集合,表示沒有任何與追蹤點關聯的附註。

備註

您可以加入 Annotations,以指定在追蹤點符合時要在傳送至追蹤服務的 WorkflowTrackingRecord 中傳回的附註。

附註是您定義的字串,其中包含與追蹤點關聯的資訊。 例如,附註可能包含工作流程可以從此追蹤點取得的潛在執行路徑的資訊,或可能包含要在使用者介面中顯示的資訊。

適用於