RegexRunner.TransferCapture(Int32, Int32, Int32, Int32) Méthode

Définition

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 TransferCapture(int capnum, int uncapnum, int start, int end);
protected void TransferCapture (int capnum, int uncapnum, int start, int end);
member this.TransferCapture : int * int * int * int -> unit
Protected Sub TransferCapture (capnum As Integer, uncapnum As Integer, start As Integer, end As Integer)

Paramètres

capnum
Int32

Nombre de captures.

uncapnum
Int32

Nombre de captures enregistré.

start
Int32

La position de départ.

end
Int32

La position de fin.

S’applique à