RegexRunner.TransferCapture(Int32, Int32, Int32, Int32) 方法

定義

CompileToAssembly 方法所產生的 Regex 物件使用。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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)

參數

capnum
Int32

擷取數字。

uncapnum
Int32

已儲存的擷取數字。

start
Int32

開始位置。

end
Int32

結束位置。

適用於