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

인수의 값입니다.

반품

새 인수입니다.

적용 대상