ODataPathTemplate.TryMatch 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.
Correspond au modèle actuel avec un chemin d'accès OData.
public bool TryMatch (Microsoft.AspNet.OData.Routing.ODataPath path, System.Collections.Generic.IDictionary<string,object> values);
member this.TryMatch : Microsoft.AspNet.OData.Routing.ODataPath * System.Collections.Generic.IDictionary<string, obj> -> bool
Public Function TryMatch (path As ODataPath, values As IDictionary(Of String, Object)) As Boolean
Paramètres
- path
- ODataPath
Chemin d'accès OData pour la correspondance.
- values
- IDictionary<String,Object>
Dictionnaire de correspondances à mettre à jour en cas de correspondance.
Retours
true
en cas de correspondance ; sinon, false
.