'宣言 Public Function IndexByCategory( _ ByVal ParamArray category() As System.String _ ) As System.Integer
public System.int IndexByCategory( params System.string[] category )
パラメータ
- category
- テストするカテゴリ。
戻り値の型
見つかったオブジェクトのインデックス、または-1。
'宣言 Public Function IndexByCategory( _ ByVal ParamArray category() As System.String _ ) As System.Integer
public System.int IndexByCategory( params System.string[] category )