UserTrackingRecord.Annotations プロパティ

定義

ユーザー イベントに関連付けられている注釈のコレクションを取得します。

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でこれらの注釈が返されます。

このプロパティは、ランタイム追跡インフラストラクチャによって設定されます。

適用対象