DesignerAutoFormatCollection.IndexOf(DesignerAutoFormat) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定的 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 来确定相等性。