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

Définition

Initialise et retourne un nouvel objet InOutArgument<T> construit à l'aide de l'objet Variable<T> spécifié.

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 à