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

Définition

Utilisé par un Regex objet généré par la CompileToAssembly méthode.

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

Numéro de capture.

uncapnum
Int32

Numéro de capture enregistré.

start
Int32

Position de départ.

end
Int32

Position de fin.

S’applique à