ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> Classe
Definição
Define um representante de atividade que tem quatorze argumentos de entrada e não retorna nenhum valor.Defines an activity delegate that has fourteen in arguments and does not return a value.
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, typename T13, typename T14>
public ref class ActivityAction sealed : System::Activities::ActivityDelegate
public sealed class ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> : System.Activities.ActivityDelegate
type ActivityAction<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, 'T8, 'T9, 'T10, 'T11, 'T12, 'T13, 'T14> = class
inherit ActivityDelegate
Public NotInheritable Class ActivityAction(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)
Inherits ActivityDelegate
Parâmetros de tipo
- T1
O tipo do primeiro argumento do delegado de atividade.The type of the first in argument of the activity delegate.
- T2
O tipo do segundo argumento do delegado de atividade.The type of the second in argument of the activity delegate.
- T3
O tipo do terceiro argumento do delegado de atividade.The type of the third in argument of the activity delegate.
- T4
O tipo do quarto argumento do delegado de atividade.The type of the fourth in argument of the activity delegate.
- T5
O tipo do quinto argumento do delegado de atividade.The type of the fifth in argument of the activity delegate.
- T6
O tipo do sexto argumento do delegado de atividade.The type of the sixth in argument of the activity delegate.
- T7
O tipo do sétimo argumento do delegado de atividade.The type of the seventh in argument of the activity delegate.
- T8
O tipo do oitavo argumento do delegado de atividade.The type of the eighth in argument of the activity delegate.
- T9
O tipo do nono argumento do delegado de atividade.The type of the ninth in argument of the activity delegate.
- T10
O tipo do décimo argumento do delegado de atividade.The type of the tenth in argument of the activity delegate.
- T11
O tipo do décimo primeiro argumento do delegado de atividade.The type of the eleventh in argument of the activity delegate.
- T12
O tipo do décimo segundo argumento do delegado de atividade.The type of the twelfth in argument of the activity delegate.
- T13
O tipo do décimo terceiro argumento do delegado de atividade.The type of the thirteenth in argument of the activity delegate.
- T14
O tipo de décimo quarto no argumento do delegado de atividade.The type of the fourteenth in argument of the activity delegate.
- Herança
Comentários
Um representante de atividade permite que um desenvolvedor defina a assinatura necessária de uma atividade que será especificada por terceiros.An activity delegate allows a developer to define the required signature of an activity that will be specified by a third party.
Há várias versões genéricas desse tipo que levam de 1 a 16 argumentos para a atividade que é chamada.There are multiple generic versions of this type that take from 1 to 16 arguments for the activity that is called. Também há tipos ActivityFunc para delegados de atividade que retornam valores.There are also ActivityFunc types for activity delegates that return values.
Construtores
| ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>() |
Cria uma nova instância da classe ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>.Creates a new instance of the ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> class. |
Propriedades
| Argument1 |
Obtém ou define o primeiro argumento de entrada do representante de atividade.Gets or sets the first in argument of the activity delegate. |
| Argument10 |
Obtém ou define o décimo argumento de entrada do delegado da atividade.Gets or sets the tenth in argument of the activity delegate. |
| Argument11 |
Obtém ou define o décimo primeiro argumento de entrada do representante de atividade.Gets or sets the eleventh in argument of the activity delegate. |
| Argument12 |
Obtém ou define o décimo segundo argumento de entrada do representante de atividade.Gets or sets the twelfth in argument of the activity delegate. |
| Argument13 |
Obtém ou define o décimo terceiro argumento de entrada do representante de atividade.Gets or sets the thirteenth in argument of the activity delegate. |
| Argument14 |
Obtém ou define o décimo quarto argumento de entrada do representante de atividade.Gets or sets the fourteenth in argument of the activity delegate. |
| Argument2 |
Obtém ou define o segundo argumento de entrada do representante de atividade.Gets or sets the second in argument of the activity delegate. |
| Argument3 |
Obtém ou define o terceiro argumento de entrada do representante de atividade.Gets or sets the third in argument of the activity delegate. |
| Argument4 |
Obtém ou define o quarto argumento de entrada do representante de atividade.Gets or sets the fourth in argument of the activity delegate. |
| Argument5 |
Obtém ou define o quinto argumento de entrada do representante de atividade.Gets or sets the fifth in argument of the activity delegate. |
| Argument6 |
Obtém ou define o sexto argumento de entrada do representante de atividade.Gets or sets the sixth in argument of the activity delegate. |
| Argument7 |
Obtém ou define o sétimo argumento de entrada do representante de atividade.Gets or sets the seventh in argument of the activity delegate. |
| Argument8 |
Obtém ou define o oitavo argumento de entrada do representante de atividade.Gets or sets the eighth in argument of the activity delegate. |
| Argument9 |
Obtém ou define o nono argumento de entrada do representante de atividade.Gets or sets the ninth in argument of the activity delegate. |
| DisplayName |
Obtém ou define um nome amigável opcional que é usado para depuração, validação, manipulação de exceções e acompanhamento.Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking. (Herdado de ActivityDelegate) |
| Handler |
Obtém ou define a atividade que é representada por esse ActivityDelegate.Gets or sets the activity that is represented by this ActivityDelegate. (Herdado de ActivityDelegate) |
Métodos
| 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) |
| GetResultArgument() |
Quando implementado em uma classe derivada, retorna o DelegateOutArgument do ActivityDelegate.When implemented in a derived class, returns the DelegateOutArgument of the ActivityDelegate. (Herdado de ActivityDelegate) |
| 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) |
| OnGetRuntimeDelegateArguments(IList<RuntimeDelegateArgument>) |
Fornece uma lista de argumentos de runtime para o ActivityDelegate.Supplies a list of runtime arguments for the ActivityDelegate. (Herdado de ActivityDelegate) |
| ShouldSerializeDisplayName() |
Indica se o valor da propriedade DisplayName deve ser serializado para XAML.Indicates whether the DisplayName property value should be serialized to XAML. (Herdado de ActivityDelegate) |
| ToString() |
Retorna uma representação de String do ActivityDelegate que contém o DisplayName.Returns a String representation of the ActivityDelegate that contains the DisplayName. (Herdado de ActivityDelegate) |
Aplica-se a
Confira também
- ActivityAction<T>
- ActivityAction<T1,T2>
- ActivityAction<T1,T2,T3>
- ActivityAction<T1,T2,T3,T4>
- ActivityAction<T1,T2,T3,T4,T5>
- ActivityAction<T1,T2,T3,T4,T5,T6>
- ActivityAction<T1,T2,T3,T4,T5,T6,T7>
- ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8>
- ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9>
- ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>
- ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>
- ActivityAction<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,T13>
- ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>
- ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>