DesignerActionListCollection.IndexOf(DesignerActionList) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
決定集合中指定項目的索引。
public:
int IndexOf(System::ComponentModel::Design::DesignerActionList ^ value);
public int IndexOf (System.ComponentModel.Design.DesignerActionList value);
public int IndexOf (System.ComponentModel.Design.DesignerActionList? value);
member this.IndexOf : System.ComponentModel.Design.DesignerActionList -> int
Public Function IndexOf (value As DesignerActionList) As Integer
參數
- value
- DesignerActionList
要在集合中尋找的 DesignerActionList。
傳回
如果在內部清單中找到,則為 value
的索引,否則為 -1。
備註
在內部,類別 DesignerActionListCollection 會使用 System.Collections.ArrayList 來包含其物件的集合 DesignerActionList 。