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

引数の値。

返品

新しい引数。

適用対象