次の方法で共有


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

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

注釈

注釈は、抽出したデータに関連付ける情報が含まれているユーザー定義の strings です。

適用対象