RegexRunner.IsECMABoundary(Int32, Int32, Int32) メソッド

定義

指定したインデックス位置が ECMA 互換の単語境界であるかどうかを判断します。

この 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 を返します。

適用対象