ObjectList.SelectListItem(Int32, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
測試是否有選取 ObjectList 中的項目。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
public:
bool SelectListItem(int itemIndex, bool selectMore);
public bool SelectListItem (int itemIndex, bool selectMore);
member this.SelectListItem : int * bool -> bool
Public Function SelectListItem (itemIndex As Integer, selectMore As Boolean) As Boolean
參數
- itemIndex
- Int32
指定要測試的項目。
- selectMore
- Boolean
如果可以選取一個以上的項目,則包含 true
。 否則,會包含 false
。
傳回
如果已選取項目則為 true
,否則為 false
。