UserTrackPoint.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 指定當追蹤點匹配時要回傳的 UserTrackPoint.Annotations 註解。 若 Annotations 為空,則不會與該軌道點關聯註解。

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

適用於