RegexRunner.IsECMABoundary(Int32, Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
由 CompileToAssembly 方法生成的 Regex 对象使用。
此 API 支持产品基础结构,不能在代码中直接使用。
protected:
bool IsECMABoundary(int index, int startpos, int endpos);
protected bool IsECMABoundary (int index, int startpos, int endpos);
member this.IsECMABoundary : int * int * int -> bool
Protected Function IsECMABoundary (index As Integer, startpos As Integer, endpos As Integer) As Boolean
参数
- index
- Int32
可能的 ECMA 边界位置。
- startpos
- Int32
起始位置。
- endpos
- Int32
结束位置。
返回
返回 Boolean。