次の方法で共有


DataSourceGroupCollection.IndexOf(DataSourceGroup) メソッド

定義

DataSourceGroup 内の DataSourceGroupCollection のインデックスを返します。

public:
 int IndexOf(System::ComponentModel::Design::Data::DataSourceGroup ^ value);
public int IndexOf (System.ComponentModel.Design.Data.DataSourceGroup value);
member this.IndexOf : System.ComponentModel.Design.Data.DataSourceGroup -> int
Public Function IndexOf (value As DataSourceGroup) As Integer

パラメーター

value
DataSourceGroup

検索する DataSourceGroup

戻り値

見つかった場合は、DataSourceGroup における valueDataSourceGroupCollection のインデックス。それ以外の場合は -1。

適用対象