ActivityFunc<T1,T2,TResult>.Argument1 Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém ou define o primeiro no argumento do delegado de atividade.
public:
property System::Activities::DelegateInArgument<T1> ^ Argument1 { System::Activities::DelegateInArgument<T1> ^ get(); void set(System::Activities::DelegateInArgument<T1> ^ value); };
public System.Activities.DelegateInArgument<T1> Argument1 { get; set; }
member this.Argument1 : System.Activities.DelegateInArgument<'T1> with get, set
Public Property Argument1 As DelegateInArgument(Of T1)
Valor de Propriedade
Um argumento para um delegado de atividade.