TrackingRecord.Annotations 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,取得與追蹤點關聯的附註集合。
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 中的 WorkflowTrackPoint、UserTrackPoint 或 TrackingProfile 產生關聯。 執行階段追蹤基礎結構會儲存這些附註,而且當它符合追蹤點時,會在 Annotations 中傳回附註。