ProfileUpdatedEventArgs.TrackingProfile 屬性

定義

取得或設定工作流程類型的新 TrackingProfile

public:
 property System::Workflow::Runtime::Tracking::TrackingProfile ^ TrackingProfile { System::Workflow::Runtime::Tracking::TrackingProfile ^ get(); void set(System::Workflow::Runtime::Tracking::TrackingProfile ^ value); };
public System.Workflow.Runtime.Tracking.TrackingProfile TrackingProfile { get; set; }
member this.TrackingProfile : System.Workflow.Runtime.Tracking.TrackingProfile with get, set
Public Property TrackingProfile As TrackingProfile

屬性值

工作流程類型的 TrackingProfile

備註

執行階段追蹤基礎結構收到 ProfileUpdated 事件時,它會以 TrackingProfile 指定的工作流程 Type 的新 WorkflowType 更新設定檔快取。

適用於