ProfileUpdatedEventArgs 建構函式

定義

初始化 ProfileUpdatedEventArgs 類別的新執行個體。

多載

名稱 Description
ProfileUpdatedEventArgs()

初始化 ProfileUpdatedEventArgs 類別的新執行個體。

ProfileUpdatedEventArgs(Type, TrackingProfile)

初始化一個新的類別實例ProfileUpdatedEventArgs,該類別為指定的工作流程 TrackingProfile指定一個新 。Type

ProfileUpdatedEventArgs()

初始化 ProfileUpdatedEventArgs 類別的新執行個體。

public:
 ProfileUpdatedEventArgs();
public ProfileUpdatedEventArgs();
Public Sub New ()

備註

如果你在追蹤服務中提出 ProfileUpdated 事件時使用此構造子,必須明確設定 WorkflowTypeTrackingProfile

適用於

ProfileUpdatedEventArgs(Type, TrackingProfile)

初始化一個新的類別實例ProfileUpdatedEventArgs,該類別為指定的工作流程 TrackingProfile指定一個新 。Type

public:
 ProfileUpdatedEventArgs(Type ^ workflowType, System::Workflow::Runtime::Tracking::TrackingProfile ^ profile);
public ProfileUpdatedEventArgs(Type workflowType, System.Workflow.Runtime.Tracking.TrackingProfile profile);
new System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs : Type * System.Workflow.Runtime.Tracking.TrackingProfile -> System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs
Public Sub New (workflowType As Type, profile As TrackingProfile)

參數

workflowType
Type

Type TrackingProfile工作流程的變化。

備註

會建立一個新的實例ProfileUpdatedEventArgs,設定WorkflowType為指定的TypeTrackingProfile設定檔,設定為指定的設定檔。

適用於