Compartir a través de


ODataPathSegmentTemplate.TryMatch Método

Definición

Coincide con la plantilla con .ODataPathSegment

public virtual bool TryMatch (Microsoft.OData.UriParser.ODataPathSegment pathSegment, System.Collections.Generic.IDictionary<string,object> values);
abstract member TryMatch : Microsoft.OData.UriParser.ODataPathSegment * System.Collections.Generic.IDictionary<string, obj> -> bool
override this.TryMatch : Microsoft.OData.UriParser.ODataPathSegment * System.Collections.Generic.IDictionary<string, obj> -> bool
Public Overridable Function TryMatch (pathSegment As ODataPathSegment, values As IDictionary(Of String, Object)) As Boolean

Parámetros

pathSegment
ODataPathSegment

El segmento de ruta de acceso con el que hacer coincidir la plantilla.

values
IDictionary<String,Object>

El diccionario de coincidencias que se va a actualizar si el segmento coincide con la plantilla.

Devoluciones

true si el segmento coincide con la plantilla; de lo contrario, false.

Se aplica a