SystemToken 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 lexical représentant un jeton système tel que $count
public sealed class SystemToken : Microsoft.OData.UriParser.PathSegmentToken
type SystemToken = class
inherit PathSegmentToken
Public NotInheritable Class SystemToken
Inherits PathSegmentToken
- Héritage
Constructeurs
SystemToken(String, PathSegmentToken) |
Créer un nouveau jeton système |
Propriétés
Identifier |
Obtenir l’identificateur de ce jeton |
IsStructuralProperty |
S’agit-il d’une propriété structurelle (Hérité de PathSegmentToken) |
NextToken |
Obtenir le NextToken dans le chemin d’accès (Hérité de PathSegmentToken) |
Méthodes
Accept(IPathSegmentTokenVisitor) |
Acceptez un IPathSegmentTokenVisitor pour marcher sur un arbre de PathSegmentTokens. |
Accept<T>(IPathSegmentTokenVisitor<T>) |
Acceptez un IPathSegmentTokenVisitor<T> pour marcher sur un arbre de PathSegmentTokens. |
IsNamespaceOrContainerQualified() |
Cet espace de noms ou conteneur de jetons est-il qualifié? |