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 연결된 주석을 포함하는 주석입니다.

설명

이 속성은 런타임 추적 인프라에 의해 설정됩니다.

적용 대상