バージョン

Item プロパティ (SuggestionCollection)

指定したインデックスにある修正候補を取得します。
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As String
public string this[ 
   int index
]; {get;}

パラメータ

index
修正候補を取得するコレクションへの 0 ベースのインデックス。
参照