InputPanel.InputMethodCollection.IndexOf メソッド
[このドキュメントはプレビュー版であり、後のリリースで変更されることがあります。 空白のトピックは、プレースホルダーとして挿入されています。]
InputPanel.InputMethodCollection クラスで指定した項目のインデックスを確認します。
名前空間: Microsoft.WindowsCE.Forms
アセンブリ: Microsoft.WindowsCE.Forms (Microsoft.WindowsCE.Forms.dll 内)
'宣言
Public Function IndexOf ( _
inputMethod As InputMethod _
) As Integer
'使用
Dim instance As InputPanel..::..InputMethodCollection
Dim inputMethod As InputMethod
Dim returnValue As Integer
returnValue = instance.IndexOf(inputMethod)
public int IndexOf(
InputMethod inputMethod
)
public:
int IndexOf(
InputMethod^ inputMethod
)
member IndexOf :
inputMethod:InputMethod -> int
- inputMethod
型 : Microsoft.WindowsCE.Forms.InputMethod
コレクション内で検索する入力方式。
型 : System.Int32
コレクション内の入力方式のインデックス値。
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分的に信頼される側のコードからライブラリの使用」を参照してください。
Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC
.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。 サポートされているバージョンについては、「.NET フレームワークのシステム要件」を参照してください。
サポート対象 : 3.5、2.0
InputPanel.InputMethodCollection クラス