RegexRunner.IsECMABoundary(Int32, Int32, Int32) Méthode
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 si la position à l’index spécifié est une limite de mot compatible ECMA.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
protected:
bool IsECMABoundary(int index, int startpos, int endpos);
protected bool IsECMABoundary(int index, int startpos, int endpos);
member this.IsECMABoundary : int * int * int -> bool
Protected Function IsECMABoundary (index As Integer, startpos As Integer, endpos As Integer) As Boolean
Paramètres
- index
- Int32
Position de limite ECMA possible.
- startpos
- Int32
Position de départ.
- endpos
- Int32
Position de fin.
Retours
Retourne Boolean.