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

Definice

Používá se objektem Regex vygenerovaným metodou CompileToAssembly .

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Číslo zachycení.

uncapnum
Int32

Uložené číslo zachycení.

start
Int32

Počáteční pozice.

end
Int32

Koncová pozice.

Platí pro