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 추출된 데이터와 연결된 데이터입니다.

설명

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

적용 대상