共用方式為


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>

引數的值。

傳回

新引數。

適用於