WorkflowTrackingRecord.Annotations 속성

정의

일치하는 주석과 연결된 주석의 WorkflowTrackPoint 컬렉션을 가져옵니다.

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 에 연결된 WorkflowTrackPoint주석이 들어 있는 값입니다.

설명

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

적용 대상