WorkflowTrackPoint.MatchingLocation 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
추적 지점에 대한 런타임 추적 인프라와 일치해야 하는 워크플로 상태 이벤트를 지정하는 이벤트를 가져오거나 설정합니다 WorkflowTrackingLocation .
public:
property System::Workflow::Runtime::Tracking::WorkflowTrackingLocation ^ MatchingLocation { System::Workflow::Runtime::Tracking::WorkflowTrackingLocation ^ get(); void set(System::Workflow::Runtime::Tracking::WorkflowTrackingLocation ^ value); };
public System.Workflow.Runtime.Tracking.WorkflowTrackingLocation MatchingLocation { get; set; }
member this.MatchingLocation : System.Workflow.Runtime.Tracking.WorkflowTrackingLocation with get, set
Public Property MatchingLocation As WorkflowTrackingLocation
속성 값
WorkflowTrackingLocation 추적 지점에 대한 런타임 추적 인프라와 일치해야 하는 워크플로 상태 이벤트를 지정한 A입니다.
설명
트랙 포인트에 MatchingLocation 대해 설정해야 합니다. 런 MatchingLocation 타임 추적 인프라에서 추적 지점과 일치시키는 데 사용되는 하나 이상의 TrackingWorkflowEvent 값을 지정합니다.