TokenInfo.StartIndex Propriété
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.
Détermine l'index du premier caractère du jeton.
public:
property int StartIndex { int get(); void set(int value); };
public:
property int StartIndex { int get(); void set(int value); };
public int StartIndex { get; set; }
member this.StartIndex : int with get, set
Public Property StartIndex As Integer
Valeur de propriété
Retourne un entier spécifiant le premier caractère du jeton.
Remarques
Le IScanner scanneur fonctionne sur les lignes de la source, en analysant chaque ligne pour les jetons. L’index de caractère spécifié dans StartIndex est un décalage dans la ligne active en cours d’analyse.