ForEachWithBodyFactory<T> Classe

Definição

Cria novas atividades ForEach<T> com um corpo cada uma.Creates new ForEach<T> activities with a body each.

generic <typename T>
public ref class ForEachWithBodyFactory sealed : System::Activities::Presentation::IActivityTemplateFactory
public sealed class ForEachWithBodyFactory<T> : System.Activities.Presentation.IActivityTemplateFactory
type ForEachWithBodyFactory<'T> = class
    interface IActivityTemplateFactory
Public NotInheritable Class ForEachWithBodyFactory(Of T)
Implements IActivityTemplateFactory

Parâmetros de tipo

T

O tipo dos valores fornecidos na Values coleção da ForEach<T> atividade.The type of the values provided in the Values collection of the ForEach<T> activity.

Herança
ForEachWithBodyFactory<T>
Implementações

Construtores

ForEachWithBodyFactory<T>()

Inicializa uma nova instância da classe ForEachWithBodyFactory<T>.Initializes a new instance of the ForEachWithBodyFactory<T> class.

Métodos

Create(DependencyObject)

Cria uma nova atividade ForEach<T> com um corpo.Creates a new ForEach<T> activity with a body.

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a