ODataPathSegment.HandleWith(PathSegmentHandler) 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.
Gérez un à ODataPathSegment l’aide d’une implémentation d’un 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)
Paramètres
- handler
- PathSegmentHandler
Implémentation de l'interface du gestionnaire.