RegexRunner.Capture(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.
Utilisé par un objet Regex généré par la méthode CompileToAssembly.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
protected:
void Capture(int capnum, int start, int end);
protected void Capture (int capnum, int start, int end);
member this.Capture : int * int * int -> unit
Protected Sub Capture (capnum As Integer, start As Integer, end As Integer)
Paramètres
- capnum
- Int32
Nombre de captures.
- start
- Int32
Position de départ de la capture.
- end
- Int32
Position de fin de la capture.