PrintDocument for WinForms
FindObjectIndex メソッド (FastList)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Util 名前空間 > FastList クラス : FindObjectIndex メソッド
The object to search for.
OUT: the index of obj within the current list, or 0 if the object was not found.
Performs a fast search for the specified object within the current FastList.
シンタックス
'宣言
 
Protected Function FindObjectIndex( _
   ByVal obj As System.Object, _
   ByRef index As System.Integer _
) As System.Boolean
'使用法
 
Dim instance As FastList
Dim obj As System.Object
Dim index As System.Integer
Dim value As System.Boolean
 
value = instance.FindObjectIndex(obj, index)
protected System.bool FindObjectIndex( 
   System.object obj,
   out System.int index
)

パラメータ

obj
The object to search for.
index
OUT: the index of obj within the current list, or 0 if the object was not found.

戻り値の型

true if obj was found, false otherwise.
参照

FastList クラス
FastList メンバ