DesignerRegionCollection.IList.IndexOf(Object) 方法

定义

有关此成员的说明,请参见 IndexOf(Object)

 virtual int System.Collections.IList.IndexOf(System::Object ^ o) = System::Collections::IList::IndexOf;
int IList.IndexOf (object o);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (o As Object) As Integer Implements IList.IndexOf

参数

o
Object

要在集合中定位的 DesignerRegion

返回

集合中该对象的第一个匹配项从零开始的索引;如果该对象不在集合中,则为 -1。

实现

注解

此成员是显式接口成员的实现。 它只能在 DesignerRegionCollection 实例被强制转换为 IList 接口时使用。

适用于

另请参阅