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

捕获的结束位置。

适用于