NonSystemToken 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 segment dans un chemin d’accès.
public sealed class NonSystemToken : Microsoft.OData.UriParser.PathSegmentToken
type NonSystemToken = class
inherit PathSegmentToken
Public NotInheritable Class NonSystemToken
Inherits PathSegmentToken
- Héritage
Constructeurs
NonSystemToken(String, IEnumerable<NamedValue>, PathSegmentToken) |
Créer un NonSystemToken |
Propriétés
Identifier |
Obtenez l’identificateur de ce jeton. |
IsStructuralProperty |
S’agit-il d’une propriété structurelle (Hérité de PathSegmentToken) |
NamedValues |
Obtenez la liste des valeurs nommées pour ce jeton. |
NextToken |
Obtenir le NextToken dans le chemin d’accès (Hérité de PathSegmentToken) |
Méthodes
Accept(IPathSegmentTokenVisitor) |
Accepter un IPathSegmentTokenVisitor pour marcher un arbre de PathSegmentTokens. |
Accept<T>(IPathSegmentTokenVisitor<T>) |
Accepter un IPathSegmentTokenVisitor<T> pour marcher un arbre de PathSegmentTokens. |
IsNamespaceOrContainerQualified() |
Cet espace de noms de jeton ou conteneur est-il qualifié. |