WorkflowTrackPoint.MatchingLocation プロパティ

定義

追跡ポイントに関してランタイム追跡インフラストラクチャによって照合されるワークフロー ステータス イベントを指定する 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

注釈

追跡ポイントの MatchingLocation を設定する必要があります。 MatchingLocation は、追跡ポイントの照合のためにランタイム追跡インフラストラクチャによって使用される 1 つ以上の TrackingWorkflowEvent 値を指定します。

適用対象