UserTrackPoint.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 할 주석을 지정하기 위해 추가할 UserTrackPoint.Annotations 수 있습니다. Annotations 비어 있으면 트랙 포인트와 연결된 주석이 없습니다.

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

적용 대상