TrackingRecord.Annotations プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
派生クラスでオーバーライドされると、トラック ポイントに関連付けられている注釈のコレクションを取得します。
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内のWorkflowTrackPoint、UserTrackPoint、またはTrackingProfileに関連付ける注釈を指定できます。 ランタイム追跡インフラストラクチャは、これらの注釈を格納し、追跡ポイントと一致すると、 Annotationsで返されます。