SpellChecker for WPF/Silverlight
GetWordAt メソッド (CharRange)

C1.Silverlight.SpellChecker 名前空間 > 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 メンバ