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

屬性值

A TrackingProfile 代表工作流程類型。

備註

當執行時追蹤基礎設施收到ProfileUpdated事件時,會更新其設定檔快取,以TrackingProfile符合所指定的Type工作流程WorkflowType

適用於