共用方式為


ObjectListItemCollection.IndexOf(ObjectListItem) 方法

定義

傳回 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。

適用於

另請參閱