IDTSInputCollection100.FindObjectIndexByID(Int32) メソッド

定義

コレクション内の要求されたオブジェクトのインデックスを ID によって検索します。

public:
 int FindObjectIndexByID(int lID);
[System.Runtime.InteropServices.DispId(23)]
public int FindObjectIndexByID (int lID);
[<System.Runtime.InteropServices.DispId(23)>]
abstract member FindObjectIndexByID : int -> int
Public Function FindObjectIndexByID (lID As Integer) As Integer

パラメーター

lID
Int32

オブジェクトの ID。

戻り値

オブジェクトのインデックスです。

属性

適用対象