PathSegmentToken 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 abstract class PathSegmentToken
type PathSegmentToken = class
Public MustInherit Class PathSegmentToken
- Héritage
-
PathSegmentToken
- Dérivé
Constructeurs
PathSegmentToken(PathSegmentToken) |
générer ce jeton de segment à l’aide du jeton suivant |
Propriétés
Identifier |
Nom de la propriété à laquelle accéder. |
IsStructuralProperty |
S’agit-il d’une propriété structurelle |
NextToken |
Obtenir le NextToken dans le chemin d’accès |
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é? |