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입니다.

적용 대상