RegexRunner.FindFirstChar メソッド

定義

FindFirstChar() の役割は、成功したマッチの先頭の候補となる次の位置に配置されるまで、runtextpos を進める必要があります。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

protected:
 virtual bool FindFirstChar();
protected:
 abstract bool FindFirstChar();
protected virtual bool FindFirstChar();
protected abstract bool FindFirstChar();
abstract member FindFirstChar : unit -> bool
override this.FindFirstChar : unit -> bool
abstract member FindFirstChar : unit -> bool
Protected Overridable Function FindFirstChar () As Boolean
Protected MustOverride Function FindFirstChar () As Boolean

返品

Boolean を返します。

適用対象