ODataPathSegment.HandleWith(PathSegmentHandler) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Manipule um ODataPathSegment usando uma implementação de um PathSegmentHandler.
public abstract void HandleWith (Microsoft.OData.UriParser.PathSegmentHandler handler);
abstract member HandleWith : Microsoft.OData.UriParser.PathSegmentHandler -> unit
Public MustOverride Sub HandleWith (handler As PathSegmentHandler)
Parâmetros
- handler
- PathSegmentHandler
Uma implementação da interface do manipulador.