InputPanel.InputMethodCollection.System.Collections.IList.IndexOf メソッド
アセンブリ: Microsoft.WindowsCE.Forms (microsoft.windowsce.forms.dll 内)

Private Function System.Collections.IList.IndexOf ( _ inputMethod As Object _ ) As Integer Implements IList.IndexOf
Dim instance As InputMethodCollection Dim inputMethod As Object Dim returnValue As Integer returnValue = CType(instance, IList).IndexOf(inputMethod)
int IList.IndexOf ( Object inputMethod )
private: virtual int System.Collections.IList.IndexOf ( Object^ inputMethod ) sealed = IList::IndexOf
戻り値
IList で見つかった場合は、値のインデックス。それ以外の場合は -1。

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


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


- InputPanel.InputMethodCollection.System.Collections.IList.IndexOf メソッドのページへのリンク