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