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 給追蹤服務的註解。

註解是你定義的字串,包含與軌跡點關聯的資訊。 例如,註解可以包含工作流程從該追蹤點可能採取的執行路徑資訊,或包含需在使用者介面中顯示的資訊。

適用於