FunctionParameterToken Classe
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.
Jeton pour représenter un paramètre à un appel de fonction.
public sealed class FunctionParameterToken : Microsoft.OData.UriParser.QueryToken
type FunctionParameterToken = class
inherit QueryToken
Public NotInheritable Class FunctionParameterToken
Inherits QueryToken
- Héritage
Constructeurs
FunctionParameterToken(String, QueryToken) |
Crée un FunctionParameterToken |
Champs
EmptyParameterList |
obtenir une liste vide de paramètres |
Propriétés
Kind |
Obtient le type de ce jeton |
ParameterName |
Obtient le nom de ce paramètre |
ValueToken |
Obtient la valeur analysée de manière syntaxique de ce jeton. |
Méthodes
Accept<T>(ISyntacticTreeVisitor<T>) |
Accepter un ISyntacticTreeVisitor<T> pour marcher un arbre de QueryTokens. |