InputPanel.InputMethodCollection.System.Collections.IList.Item プロパティ
アセンブリ: Microsoft.WindowsCE.Forms (microsoft.windowsce.forms.dll 内)

Private Property System.Collections.IList.Item ( _ index As Integer _ ) As Object Implements IList.Item
Dim instance As InputMethodCollection Dim index As Integer Dim value As Object value = CType(instance, IList).Item(index) CType(instance, IList).Item(index) = value
private: virtual property Object^ System.Collections.IList.Item [int] { Object^ get (int index) sealed = IList::default::get; void set (int index, Object^ value) sealed = IList::default::set; }
プロパティ値
指定したインデックスにある要素。

このメンバは、明示的なインターフェイス メンバの実装です。InputPanel.InputMethodCollection インスタンスが IList インターフェイスにキャストされた場合にのみ使用できます。


Windows CE, Windows Mobile for Pocket PC
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- InputPanel.InputMethodCollection.System.Collections.IList.Item プロパティのページへのリンク