InputLanguageCollection.IndexOf メソッド
InputLanguageCollection 内の InputLanguage のインデックスを返します。
Public Function IndexOf( _
ByVal value As InputLanguage _) As Integer
[C#]
public int IndexOf(InputLanguagevalue);
[C++]
public: int IndexOf(InputLanguage* value);
[JScript]
public function IndexOf(
value : InputLanguage) : int;
パラメータ
- value
検索する InputLanguage 。
戻り値
存在する場合は InputLanguageCollection 内の InputLanguage のインデックス。それ以外の場合は -1。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
InputLanguageCollection クラス | InputLanguageCollection メンバ | System.Windows.Forms 名前空間 | Contains