Condividi tramite


OutArgument<T>.FromVariable(Variable) Metodo

Definizione

Inizializza e restituisce un nuovo OutArgument<T> costruito utilizzando il Variable specificato.

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)

Parametri

variable
Variable

Valore dell'argomento.

Restituisce

Nuovo argomento.

Si applica a