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でこれらの注釈が返されます。
このプロパティは、ランタイム追跡インフラストラクチャによって設定されます。