ActivityTrackingRecord.Annotations プロパティ

定義

一致した ActivityTrackPoint に関連付けられた注釈のコレクションを取得します。

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

プロパティ値

この追跡レコードに対応するTrackingAnnotationCollectionに関連付けられている注釈を含むActivityTrackPoint

注釈

このプロパティは、ランタイム追跡インフラストラクチャによって設定されます。

適用対象