次の方法で共有


TrackingRecord.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 に対応する追跡ポイントに関連した注釈を格納する TrackingRecord

注釈

ActivityTrackPointWorkflowTrackPoint、または UserTrackPoint に関連付けられる注釈を、TrackingProfile の中で指定することができます。 ランタイム追跡インフラストラクチャはこれらの注釈を保存して、追跡ポイントの照合時にこれらを Annotations で返します。

適用対象