ProfileUpdatedEventArgs 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 ProfileUpdatedEventArgs 類別的新執行個體。
多載
ProfileUpdatedEventArgs() |
初始化 ProfileUpdatedEventArgs 類別的新執行個體。 |
ProfileUpdatedEventArgs(Type, TrackingProfile) |
初始化 ProfileUpdatedEventArgs 類別的新執行個體,該類別會為指定的工作流程 TrackingProfile 指定新的 Type。 |
ProfileUpdatedEventArgs()
初始化 ProfileUpdatedEventArgs 類別的新執行個體。
public:
ProfileUpdatedEventArgs();
public ProfileUpdatedEventArgs ();
Public Sub New ()
備註
如果您在追蹤服務內引發 ProfileUpdated 事件時使用此建構函式,必須明確設定 WorkflowType 和 TrackingProfile。
適用於
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 會設定為指定的 Type 且 TrackingProfile 會設定為指定的設定檔。