DesignerOptionService.DesignerOptionCollection.IndexOf 方法

定义

返回在此集合范围内给定值的第一个匹配项的索引。

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

参数

value
DesignerOptionService.DesignerOptionCollection

要在集合中定位的对象。

返回

如果在整个集合中找到匹配项,则为第一个匹配项的索引;否则为该集合的下限减 1。

注解

集合在一个方向上从头到尾搜索。

适用于

另请参阅