WorkflowTrackPoint.Annotations 속성

정의

트랙 포인트와 연결된 주석의 컬렉션을 가져옵니다.

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

속성 값

TrackingAnnotationCollection 추적 지점과 연결된 주석을 포함하는 주석입니다. 기본값은 빈 컬렉션입니다. 트랙 포인트와 연결할 주석이 없도록 지정합니다.

설명

추적 지점이 일치할 때 추적 서비스로 Annotations 전송되는 주석을 지정하기 위해 추가할 WorkflowTrackingRecord 수 있습니다.

주석은 추적 지점과 연결할 정보를 포함하는 정의 문자열입니다. 예를 들어 주석에는 워크플로가 이 추적 지점에서 가져올 수 있는 실행 경로에 대한 정보가 포함되거나 사용자 인터페이스에 표시할 정보가 포함될 수 있습니다.

적용 대상