バージョン

IndexOf メソッド (XmlaPropertiesCollection)

System.Collections.Generic.IList`1 の特定の項目のインデックスを決定します。
シンタックス
'宣言
 
Public Function IndexOf( _
   ByVal item As XmlaQueryProperty _
) As System.Integer
public System.int IndexOf( 
   XmlaQueryProperty item
)

パラメータ

item
System.Collections.Generic.IList`1 で検索するためのオブジェクト。

戻り値の型

リストで見つかった場合 item のインデックス。そうでない場合 -1。
参照

オンラインで表示: GitHub