Share via


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

인수 값입니다.

반환

새 인수입니다.

적용 대상