ProfileUpdatedEventArgs 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 ProfileUpdatedEventArgs 類別的新執行個體。
多載
| 名稱 | Description |
|---|---|
| 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為指定的TypeTrackingProfile設定檔,設定為指定的設定檔。