ActivityDataTrackingExtract.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。 既定値は空のコレクションです。
注釈
追跡ポイントが一致している場合は、ランタイム追跡インフラストラクチャは抽出されたデータと注釈コレクションの両方を、追跡レコードに格納して追跡サービスに送信します。 Annotations に追加することによって、抽出したデータに追加情報を関連付けることができます。