OutArgument<T>.FromVariable(Variable) Methode

Definitie

Initialiseert en retourneert een nieuwe OutArgument<T> constructie met behulp van de opgegeven 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)

Parameters

variable
Variable

De waarde van het argument.

Retouren

Het nieuwe argument.

Van toepassing op