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

返回

如果找到 DataSourceGroupvalueDataSourceGroupCollection 的索引则返回该索引;否则返回 -1。

适用于