SpellChecker for WPF/Silverlight
InsertItem メソッド (WordList)

C1.WPF.SpellChecker 名前空間 > WordList クラス : InsertItem メソッド
新しい項目が挿入される位置の0から始まる index
リストに挿入する項目。
リスト内の指定されたインデックスに単語を挿入します。
シンタックス
'宣言
 
Protected Overrides Sub InsertItem( _
   ByVal index As System.Integer, _
   ByVal item As System.String _
) 
protected override void InsertItem( 
   System.int index,
   System.string item
)

パラメータ

index
新しい項目が挿入される位置の0から始まる index
item
リストに挿入する項目。
解説
重複項目は自動的に破棄されます。リストには、特定の文字列がそれぞれ1つだけ含まれます。
参照

WordList クラス
WordList メンバ