ProfileRemovedEventArgs 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 ProfileRemovedEventArgs 類別的新執行個體。
多載
| 名稱 | Description |
|---|---|
| ProfileRemovedEventArgs() |
初始化 ProfileRemovedEventArgs 類別的新執行個體。 |
| ProfileRemovedEventArgs(Type) |
初始化一個應用於指定工作流程 ProfileRemovedEventArgs的類別新實例Type。 |
ProfileRemovedEventArgs()
初始化 ProfileRemovedEventArgs 類別的新執行個體。
public:
ProfileRemovedEventArgs();
public ProfileRemovedEventArgs();
Public Sub New ()
備註
如果你在追蹤服務中提出 ProfileRemoved 事件時使用此構造子,必須明確設定 WorkflowType。
適用於
ProfileRemovedEventArgs(Type)
初始化一個應用於指定工作流程 ProfileRemovedEventArgs的類別新實例Type。
public:
ProfileRemovedEventArgs(Type ^ workflowType);
public ProfileRemovedEventArgs(Type workflowType);
new System.Workflow.Runtime.Tracking.ProfileRemovedEventArgs : Type -> System.Workflow.Runtime.Tracking.ProfileRemovedEventArgs
Public Sub New (workflowType As Type)
參數
- workflowType
- Type
應該移除的Type工作流程TrackingProfile。
備註
建立一個新的實例 ProfileRemovedEventArgs ,將 WorkflowType 設為指定的 Type。