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

结束位置。

适用于