ActivityAction<T>.Argument Propriedade
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o argumento de entrada do representante de atividade.
public:
property System::Activities::DelegateInArgument<T> ^ Argument { System::Activities::DelegateInArgument<T> ^ get(); void set(System::Activities::DelegateInArgument<T> ^ value); };
public System.Activities.DelegateInArgument<T> Argument { get; set; }
member this.Argument : System.Activities.DelegateInArgument<'T> with get, set
Public Property Argument As DelegateInArgument(Of T)
Um argumento para um delegado de atividade.
Produto | Versões |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: