다음을 통해 공유


TrackingExtract.Annotations 속성

정의

파생 클래스에서 구현되는 경우 추출한 데이터와 연결된 주석을 가져옵니다.

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

속성 값

TrackingAnnotationCollection

추출한 데이터와 연결된 TrackingAnnotationCollection입니다.

설명

주석은 추출된 데이터와 연결할 정보를 포함하는 사용자 정의 strings입니다.

적용 대상