InOutArgument<T>.FromVariable(Variable<T>) Méthode

Définition

Initialise et retourne une nouvelle InOutArgument<T> construction à l’aide de l’élément spécifié Variable<T>.

public:
 static System::Activities::InOutArgument<T> ^ FromVariable(System::Activities::Variable<T> ^ variable);
public static System.Activities.InOutArgument<T> FromVariable(System.Activities.Variable<T> variable);
static member FromVariable : System.Activities.Variable<'T> -> System.Activities.InOutArgument<'T>
Public Shared Function FromVariable (variable As Variable(Of T)) As InOutArgument(Of T)

Paramètres

variable
Variable<T>

Valeur de l’argument.

Retours

Nouvel argument.

S’applique à