DataSourceGroupCollection.IndexOf(DataSourceGroup) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 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 中 value
的 DataSourceGroupCollection 的索引则返回该索引;否则返回 -1。