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 方法來判斷相等。