SpellChecker for WPF/Silverlight
Contains メソッド (SpellDictionaryBase)

C1.Silverlight.SpellChecker 名前空間 > SpellDictionaryBase クラス : Contains メソッド
検索する単語。
辞書に特定の単語が含まれているかどうかを確認します。
シンタックス
'宣言
 
Public MustOverride Function Contains( _
   ByVal word As System.String _
) As System.Boolean
public abstract System.bool Contains( 
   System.string word
)

パラメータ

word
検索する単語。

戻り値の型

辞書にその単語が含まれる場合は true、そうでない場合は false。
参照

SpellDictionaryBase クラス
SpellDictionaryBase メンバ