Partager via


SingletonSegmentTemplate.TryMatch Méthode

Définition

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.

S’applique à