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