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>

引数の値。

返品

新しい引数。

適用対象