ProfileUpdatedEventArgs 建構函式

定義

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

多載

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

profile
TrackingProfile

新的 TrackingProfile

備註

建立 ProfileUpdatedEventArgs 的新執行個體時,WorkflowType 會設定為指定的 TypeTrackingProfile 會設定為指定的設定檔。

適用於