WorkflowDataTrackingExtract.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。 既定値は空のコレクションです。

注釈

注釈は、抽出したデータに関連付ける情報が含まれているユーザー定義の strings です。 追跡ポイントが一致している場合は、ランタイム追跡インフラストラクチャは抽出されたデータと注釈コレクションの両方を、追跡レコードに格納して追跡サービスに送信します。 Annotations に追加することによって、抽出したデータに追加情報を関連付けることができます。

適用対象