Udostępnij za pośrednictwem


RegexRunner.TransferCapture(Int32, Int32, Int32, Int32) Metoda

Definicja

Używany przez Regex obiekt wygenerowany przez metodę CompileToAssembly .

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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)

Parametry

capnum
Int32

Numer przechwytywania.

uncapnum
Int32

Zapisany numer przechwytywania.

start
Int32

Pozycja początkowa.

end
Int32

Położenie końcowe.

Dotyczy