ProfileUpdatedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
提供 ProfileUpdated 事件的資料。 此類別無法獲得繼承。
public ref class ProfileUpdatedEventArgs sealed : EventArgs
public sealed class ProfileUpdatedEventArgs : EventArgs
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class ProfileUpdatedEventArgs : EventArgs
type ProfileUpdatedEventArgs = class
inherit EventArgs
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type ProfileUpdatedEventArgs = class
inherit EventArgs
Public NotInheritable Class ProfileUpdatedEventArgs
Inherits EventArgs
- 繼承
- 屬性
備註
注意
此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型。
實作 IProfileNotification 介面的追蹤服務會引發 ProfileUpdated 事件,以通知執行階段追蹤基礎結構關於特定工作流程 TrackingProfile 的 Type 已變更。 追蹤服務會使用 ProfileUpdatedEventArgs 提供工作流程 Type 和新的 TrackingProfile 給執行階段追蹤基礎結構。 例如,SqlTrackingService 會在引發 ProfileUpdatedEventArgs 事件時,使用 SqlTrackingService.ProfileUpdated。 當它收到 ProfileUpdated 事件時,執行階段追蹤基礎結構將在其快取中,更新指定工作流程 Type 的追蹤設定檔。
建構函式
ProfileUpdatedEventArgs() |
已淘汰.
初始化 ProfileUpdatedEventArgs 類別的新執行個體。 |
ProfileUpdatedEventArgs(Type, TrackingProfile) |
已淘汰.
初始化 ProfileUpdatedEventArgs 類別的新執行個體,該類別會為指定的工作流程 TrackingProfile 指定新的 Type。 |
屬性
TrackingProfile |
已淘汰.
取得或設定工作流程類型的新 TrackingProfile。 |
WorkflowType |
已淘汰.
取得或設定其 Type 應更新的工作流程的 TrackingProfile。 |
方法
Equals(Object) |
已淘汰.
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
已淘汰.
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
已淘汰.
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
已淘汰.
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
已淘汰.
傳回代表目前物件的字串。 (繼承來源 Object) |