IDictionaryExtensions.TryGetValue<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.
public static bool TryGetValue<TValue> (this System.Collections.Generic.IDictionary<string,object> obj, string name, out TValue value, bool ignoreCase = false);
static member TryGetValue : System.Collections.Generic.IDictionary<string, obj> * string * 'Value * bool -> bool
<Extension()>
Public Function TryGetValue(Of TValue) (obj As IDictionary(Of String, Object), name As String, ByRef value As TValue, Optional ignoreCase As Boolean = false) As Boolean
Paramètres de type
- TValue
Paramètres
- obj
- IDictionary<String,Object>
- name
- String
- value
- TValue
- ignoreCase
- Boolean
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET