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

定義

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

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

protected:
 void Capture(int capnum, int start, int end);
protected void Capture (int capnum, int start, int end);
member this.Capture : int * int * int -> unit
Protected Sub Capture (capnum As Integer, start As Integer, end As Integer)

參數

capnum
Int32

擷取數字。

start
Int32

擷取的開始位置。

end
Int32

擷取的結束位置。

適用於