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>

인수 값입니다.

반환

새 인수입니다.

적용 대상