OutArgument<T>.FromVariable(Variable) 方法

定义

初始化和返回使用指定的 OutArgument<T> 构造的新 Variable

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

参数

variable
Variable

参数的值。

返回

新自变量。

适用于