RegexRunner.TransferCapture(Int32, Int32, Int32, Int32) Metodo

Definizione

Chiamato da Go() per acquisire una sottoespressione. Si noti che il capnum usato qui è già stato mappato a un indice non sparse (dal generatore di codice RegexWriter).

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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)

Parametri

capnum
Int32

Numero di acquisizione.

uncapnum
Int32

Numero di acquisizione salvato.

start
Int32

La posizione iniziale.

end
Int32

Posizione finale.

Si applica a