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
屬性值
A WorkflowTrackingLocation 指定了應由執行時追蹤基礎設施匹配的工作流程狀態事件。
備註
你必須為軌道點設定 a MatchingLocation 。 該 MatchingLocation 值指定一個或多個 TrackingWorkflowEvent 值,供執行時追蹤基礎設施使用以匹配該追蹤點。