NavigationPropertyLinkSegmentTemplate.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 avec un ODataPathSegment.
public override bool TryMatch (Microsoft.OData.UriParser.ODataPathSegment pathSegment, System.Collections.Generic.IDictionary<string,object> values);
override this.TryMatch : Microsoft.OData.UriParser.ODataPathSegment * System.Collections.Generic.IDictionary<string, obj> -> bool
Public Overrides Function TryMatch (pathSegment As ODataPathSegment, values As IDictionary(Of String, Object)) As Boolean
Paramètres
- pathSegment
- ODataPathSegment
Segment de chemin d'accès qui correspond à ce modèle.
- values
- IDictionary<String,Object>
Dictionnaire des correspondances à mettre à jour si le segment correspond au modèle.
Retours
true
si le segment correspond au modèle ; sinon, false
.