DesignerAutoFormatCollection.IndexOf(DesignerAutoFormat) 方法

定义

返回指定的 DesignerAutoFormat 对象在集合中的索引。

public:
 int IndexOf(System::Web::UI::Design::DesignerAutoFormat ^ format);
public int IndexOf (System.Web.UI.Design.DesignerAutoFormat format);
member this.IndexOf : System.Web.UI.Design.DesignerAutoFormat -> int
Public Function IndexOf (format As DesignerAutoFormat) As Integer

参数

format
DesignerAutoFormat

要在集合中定位的 DesignerAutoFormat

返回

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

注解

方法 IndexOf 通过对要比较的对象使用 Equals 方法 DesignerAutoFormat 来确定相等性。

适用于

另请参阅