ODataPathSegment.HandleWith(PathSegmentHandler) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Handle a ODataPathSegment using an implementation of a 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)
Parameters
- handler
- PathSegmentHandler
An implementation of the handler interface.