InOutArgument<T>.FromVariable(Variable<T>) Método

Definição

Inicializa e retorna um novo InOutArgument<T> construído usando a Variable<T> especificada.

public:
 static System::Activities::InOutArgument<T> ^ FromVariable(System::Activities::Variable<T> ^ variable);
public static System.Activities.InOutArgument<T> FromVariable (System.Activities.Variable<T> variable);
static member FromVariable : System.Activities.Variable<'T> -> System.Activities.InOutArgument<'T>
Public Shared Function FromVariable (variable As Variable(Of T)) As InOutArgument(Of T)

Parâmetros

variable
Variable<T>

O valor do argumento.

Retornos

O novo argumento.

Aplica-se a