InOutArgument<T>.FromVariable(Variable<T>) Metoda

Definicja

Inicjuje i zwraca nową InOutArgument<T> konstrukcję przy użyciu określonego Variable<T>elementu .

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)

Parametry

variable
Variable<T>

Wartość argumentu.

Zwraca

Nowy argument.

Dotyczy