ActivityTrackPoint.Annotations 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與追蹤點關聯之附註的集合。
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,以指定在追蹤點符合時要在傳送至追蹤服務的 ActivityTrackingRecord 中傳回的附註。 如果 Annotations 是空白,就不會有附註與追蹤點關聯。
附註是您定義的 strings
,其中包含與追蹤點關聯的資訊。 例如,附註可能包含工作流程可以從此追蹤點取得的潛在執行路徑的資訊,或可能包含要在使用者介面中顯示的資訊。