ParallelForEachWithBodyFactory<T> 类
定义
创建一些新的 ParallelForEach<T> 活动,其中每个活动均有一个主体。Creates new ParallelForEach<T> activities with a body each.
generic <typename T>
public ref class ParallelForEachWithBodyFactory sealed : System::Activities::Presentation::IActivityTemplateFactory
public sealed class ParallelForEachWithBodyFactory<T> : System.Activities.Presentation.IActivityTemplateFactory
type ParallelForEachWithBodyFactory<'T> = class
interface IActivityTemplateFactory
Public NotInheritable Class ParallelForEachWithBodyFactory(Of T)
Implements IActivityTemplateFactory
类型参数
- T
在 Values 活动的 ParallelForEach<T> 集合中提供的值的类型。The type of the values provided in the Values collection of the ParallelForEach<T> activity.
- 继承
-
ParallelForEachWithBodyFactory<T>
- 实现
构造函数
| ParallelForEachWithBodyFactory<T>() |
初始化 ParallelForEachWithBodyFactory<T> 类的新实例。Initializes a new instance of the ParallelForEachWithBodyFactory<T> class. |
方法
| Create(DependencyObject) |
创建一个新的 ParallelForEach<T> 活动,该活动有一个主体。Creates a new ParallelForEach<T> activity with a body. |
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| 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) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |