InOutArgument<T>.FromVariable(Variable<T>) 方法

定义

初始化并返回一个使用指定的 InOutArgument<T> 构造的新 Variable<T>

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)

参数

variable
Variable<T>

参数的值。

返回

新自变量。

适用于