PrintDocument for WinForms
IndexOf メソッド (InputActionCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > InputActionCollection クラス : IndexOf メソッド
The element to return the index of.
Returns the index of the specified element in the current collection.
シンタックス
'宣言
 
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
The element to return the index of.

戻り値の型

The index of the specified element in the current collection.
参照

InputActionCollection クラス
InputActionCollection メンバ