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

TrackingAnnotationCollection 内で照合された UserTrackPoint によってユーザー イベントに関連付けられた注釈を格納する TrackingProfile

注釈の詳細については、「 追跡プロファイルデザイナーのサンプル 」と「 追跡プロファイルオブジェクトモデルの使用」のサンプルを参照してください。

注釈

UserTrackPoint.Annotations の中で、ユーザー イベントに関連付ける注釈を指定できます。 ランタイム追跡インフラストラクチャが UserTrackPoint と一致するときに、これらの注釈を UserTrackingRecord.Annotations で返します。

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

適用対象