RegexRunner.IsBoundary(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.
Appelé par l’implémentation de Go() pour déterminer si la pos au niveau de l’index spécifié est une limite ou non. Il ne vaut pas la peine d’émettre du code inline pour cette logique.
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 IsBoundary(int index, int startpos, int endpos);
protected bool IsBoundary(int index, int startpos, int endpos);
member this.IsBoundary : int * int * int -> bool
Protected Function IsBoundary (index As Integer, startpos As Integer, endpos As Integer) As Boolean
Paramètres
- index
- Int32
Position de limite possible.
- startpos
- Int32
Position de départ.
- endpos
- Int32
Position de fin.
Retours
Retourne Boolean.