Udostępnij za pośrednictwem


OutArgument<T>.FromVariable(Variable) Metoda

Definicja

Inicjuje i zwraca nową OutArgument<T> konstrukcję przy użyciu określonego Variableelementu .

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)

Parametry

variable
Variable

Wartość argumentu.

Zwraca

Nowy argument.

Dotyczy