InteractiveRequestOptions.TryGetAdditionalParameter<TValue> 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.
Tente de récupérer un paramètre supplémentaire existant.
public bool TryGetAdditionalParameter<TValue> (string name, out TValue value);
public bool TryGetAdditionalParameter<TValue> (string name, out TValue? value);
member this.TryGetAdditionalParameter : string * 'Value -> bool
Public Function TryGetAdditionalParameter(Of TValue) (name As String, ByRef value As TValue) As Boolean
Paramètres de type
- TValue
Paramètres
- name
- String
- value
- TValue