InArgument<T>.FromValue(T) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise et retourne un nouvel objet InArgument<T> à l'aide de la valeur spécifiée.
public:
static System::Activities::InArgument<T> ^ FromValue(T constValue);
public static System.Activities.InArgument<T> FromValue (T constValue);
static member FromValue : 'T -> System.Activities.InArgument<'T>
Public Shared Function FromValue (constValue As T) As InArgument(Of T)
Paramètres
- constValue
- T
Valeur de l’argument.
Retours
Nouvel argument.