InvokeAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> 类
定义
调用活动的 ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> 处理程序。Invokes an activity's ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> handler.
generic <typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10, typename T11, typename T12>
public ref class InvokeAction sealed : System::Activities::NativeActivity
[System.Windows.Markup.ContentProperty("Action")]
public sealed class InvokeAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> : System.Activities.NativeActivity
[<System.Windows.Markup.ContentProperty("Action")>]
type InvokeAction<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, 'T8, 'T9, 'T10, 'T11, 'T12> = class
inherit NativeActivity
Public NotInheritable Class InvokeAction(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)
Inherits NativeActivity
类型参数
- T1
传递到 InArgument<T> 的第 1 个 ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> 的数据类型。The data type of the first InArgument<T> passed to the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>.
- T2
传递到 InArgument<T> 的第 2 个 ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> 的数据类型。The data type of the second InArgument<T> passed to the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>.
- T3
传递到 InArgument<T> 的第 3 个 ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> 的数据类型。The data type of the third InArgument<T> passed to the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>.
- T4
传递到 InArgument<T> 的第 4 个 ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> 的数据类型。The data type of the fourth InArgument<T> passed to the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>.
- T5
传递到 InArgument<T> 的第 5 个 ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> 的数据类型。The data type of the fifth InArgument<T> passed to the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>.
- T6
传递到 InArgument<T> 的第 6 个 ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> 的数据类型。The data type of the sixth InArgument<T> passed to the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>.
- T7
传递到 InArgument<T> 的第 7 个 ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> 的数据类型。The data type of the seventh InArgument<T> passed to the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>.
- T8
传递到 InArgument<T> 的第 8 个 ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> 的数据类型。The data type of the eighth InArgument<T> passed to the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>.
- T9
传递到 InArgument<T> 的第 9 个 ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> 的数据类型。The data type of the ninth InArgument<T> passed to the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>.
- T10
传递到 InArgument<T> 的第 10 个 ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> 的数据类型。The data type of the tenth InArgument<T> passed to the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>.
- T11
传递到 InArgument<T> 的第 11 个 ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> 的数据类型。The data type of the eleventh InArgument<T> passed to the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>.
- T12
传递到 InArgument<T> 的第 12 个 ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> 的数据类型。The data type of the twelfth InArgument<T> passed to the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>.
- 继承
- 属性
构造函数
| InvokeAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>() |
初始化 InvokeAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> 类的新实例。Initializes a new instance of the InvokeAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> class. |
属性
方法
| Abort(NativeActivityAbortContext) |
在派生类中实现时,采取措施响应要放弃的活动。When implemented in a derived class, takes actions in response to the activity being aborted. (继承自 NativeActivity) |
| CacheMetadata(ActivityMetadata) |
未实现。Not implemented. 请改用 CacheMetadata(NativeActivityMetadata) 方法。Use the CacheMetadata(NativeActivityMetadata) method instead. (继承自 NativeActivity) |
| CacheMetadata(NativeActivityMetadata) |
创建并验证活动的自变量、变量、子活动和活动委托的说明。Creates and validates a description of the activity's arguments, variables, child activities, and activity delegates. (继承自 NativeActivity) |
| Cancel(NativeActivityContext) |
在派生类中实现时,运行逻辑以正常方式提前实现活动。When implemented in a derived class, runs logic to cause graceful early completion of the activity. (继承自 NativeActivity) |
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| Execute(NativeActivityContext) |
在派生类中实现时,运行活动的执行逻辑。When implemented in a derived class, runs the activity's execution logic. (继承自 NativeActivity) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| OnCreateDynamicUpdateMap(NativeActivityUpdateMapMetadata, Activity) |
为动态更新创建映射时,将引发事件。Raises an event when creating a map for the dynamic update. (继承自 NativeActivity) |
| OnCreateDynamicUpdateMap(UpdateMapMetadata, Activity) |
为动态更新创建映射时,将引发事件。Raises an event when creating a map for the dynamic update. (继承自 NativeActivity) |
| ShouldSerializeDisplayName() |
指示是否应序列化 DisplayName 属性。Indicates whether the DisplayName property should be serialized. (继承自 Activity) |
| ToString() |
返回包含 String 的 Id 和 DisplayName 的 Activity。Returns a String that contains the Id and DisplayName of the Activity. (继承自 Activity) |
| UpdateInstance(NativeActivityUpdateContext) |
更新 NativeActivity 的该实例。Updates the instance of NativeActivity. (继承自 NativeActivity) |