RegexRunner.TransferCapture(Int32, Int32, Int32, Int32) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.