ObjectListItemCollection.IndexOf(ObjectListItem) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 ObjectListItemCollection 物件中指定項目的索引。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
public:
int IndexOf(System::Web::UI::MobileControls::ObjectListItem ^ item);
public int IndexOf (System.Web.UI.MobileControls.ObjectListItem item);
member this.IndexOf : System.Web.UI.MobileControls.ObjectListItem -> int
Public Function IndexOf (item As ObjectListItem) As Integer
參數
- item
- ObjectListItem
要在集合中搜尋的項目。
傳回
ObjectListItemCollection 中指定項目的索引。
備註
傳回指定之專案的索引做為整數。 如果找不到指定的欄位,方法會 IndexOf 傳回 -1。