SelectItem.HandleWith(SelectItemHandler) 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 SelectItem using an implementation of a SelectItemHandler.
public abstract void HandleWith (Microsoft.OData.UriParser.SelectItemHandler handler);
abstract member HandleWith : Microsoft.OData.UriParser.SelectItemHandler -> unit
Public MustOverride Sub HandleWith (handler As SelectItemHandler)
Parameters
- handler
- SelectItemHandler
An implementation of the handler interface.