Editor for ASP.NET Web Forms
GetNextWord メソッド (CharRange)

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker 名前空間 > CharRange クラス : GetNextWord メソッド
テキストを含む文字列。
単語の検索を開始する位置。
無視する単語を決定する IgnoreOptions
前の単語(重複の検出に使用される)。
指定された位置から始まる文字列の次の単語を取得します。
シンタックス
'宣言
 
Public Shared Function GetNextWord( _
   ByVal text As System.String, _
   ByVal start As System.Integer, _
   ByVal ignore As IgnoreOptions, _
   ByVal previousWord As System.String _
) As CharRange
public static CharRange GetNextWord( 
   System.string text,
   System.int start,
   IgnoreOptions ignore,
   System.string previousWord
)

パラメータ

text
テキストを含む文字列。
start
単語の検索を開始する位置。
ignore
無視する単語を決定する IgnoreOptions
previousWord
前の単語(重複の検出に使用される)。

戻り値の型

文字列の次の単語を含む CharRange オブジェクト、 または文字列にそれ以上単語がない場合は null。
参照

CharRange クラス
CharRange メンバ