UserTrackingRecord.Annotations 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與使用者事件關聯之附註的集合。
public:
virtual property System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ Annotations { System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ get(); };
public override System.Workflow.Runtime.Tracking.TrackingAnnotationCollection Annotations { get; }
member this.Annotations : System.Workflow.Runtime.Tracking.TrackingAnnotationCollection
Public Overrides ReadOnly Property Annotations As TrackingAnnotationCollection
屬性值
TrackingAnnotationCollection,其中包含的附註與 UserTrackPoint 在 TrackingProfile 符合的使用者事件關聯。
範例
如需批注的詳細資訊,請參閱 追蹤配置文件設計工具範例 和使用 追蹤配置檔物件模型範例。
備註
您可以指定附註與 UserTrackPoint.Annotations 中的使用者事件產生關聯。 當執行階段追蹤基礎結構符合 UserTrackPoint 時,它會在 UserTrackingRecord.Annotations 中傳回這些附註。
這個屬性是由執行階段追蹤基礎結構所設定。