RegexRunner.TransferCapture(Int32, Int32, Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
由 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
结束位置。