ReplicatorChildEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
包含 ReplicatorActivity 活動處理常式的事件引數,該處理常式除了會在初始化子 Activity 執行個體時呼叫外,還會在完成子 Activity 執行個體時呼叫。
public ref class ReplicatorChildEventArgs sealed : EventArgs
public sealed class ReplicatorChildEventArgs : EventArgs
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class ReplicatorChildEventArgs : EventArgs
type ReplicatorChildEventArgs = class
inherit EventArgs
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type ReplicatorChildEventArgs = class
inherit EventArgs
Public NotInheritable Class ReplicatorChildEventArgs
Inherits EventArgs
- 繼承
- 屬性
備註
注意
此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型。
建構函式
ReplicatorChildEventArgs(Object, Activity) |
初始化 ReplicatorChildEventArgs 類別的新執行個體。 |
屬性
Activity |
取得會引發事件之 Activity 執行個體的子系/範本 ReplicatorActivity。 |
InstanceData |
取得 ReplicatorActivity 可列舉集合中的目前項目。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |