Share via


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

引数の値です。

戻り値

新しい引数。

適用対象