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

参数的值。

返回

新参数。

适用于