TrackingExtract.Annotations プロパティ

定義

派生クラスで実装された場合は、抽出されたデータに関連付けられている注釈を取得します。

public:
 abstract property System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ Annotations { System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ get(); };
public abstract System.Workflow.Runtime.Tracking.TrackingAnnotationCollection Annotations { get; }
member this.Annotations : System.Workflow.Runtime.Tracking.TrackingAnnotationCollection
Public MustOverride ReadOnly Property Annotations As TrackingAnnotationCollection

プロパティ値

抽出されたデータに関連付けられている TrackingAnnotationCollection

注釈

注釈は、抽出されたデータに関連付ける情報を含む定義 strings です。

適用対象