Share via


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>

引数の値です。

戻り値

新しい引数。

適用対象