Editor for ASP.NET Web Forms
GetWordAt メソッド

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

パラメータ

text
テキストを含む文字列。
pos
単語を検索する位置。
ignore
無視する単語を決定する IgnoreOptions

戻り値の型

文字列の指定された位置に単語がある CharRange オブジェクト、 または指定された位置にそれ以上単語がない場合は null。
参照

CharRange クラス
CharRange メンバ