PrintDocument for WinForms
IndexOf メソッド (InputActionCollection)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > InputActionCollection クラス : IndexOf メソッド
返すインデックスの要素。
現在のコレクション内の指定した要素のインデックスを返します。
シンタックス
'宣言
 
Public Function IndexOf( _
   ByVal inputAction As InputAction _
) As System.Integer
'使用法
 
Dim instance As InputActionCollection
Dim inputAction As InputAction
Dim value As System.Integer
 
value = instance.IndexOf(inputAction)
public System.int IndexOf( 
   InputAction inputAction
)

パラメータ

inputAction
返すインデックスの要素。

戻り値の型

現在のコレクション内の指定した要素のインデックス。
参照

InputActionCollection クラス
InputActionCollection メンバ