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

注釈

ActivityTrackPoint内のWorkflowTrackPointUserTrackPoint、またはTrackingProfileに関連付ける注釈を指定できます。 ランタイム追跡インフラストラクチャは、これらの注釈を格納し、追跡ポイントと一致すると、 Annotationsで返されます。

適用対象