ControlPager.GetPage(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據控制項的權數,傳回剛指定的頁面索引。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。
public:
int GetPage(int weight);
public int GetPage (int weight);
member this.GetPage : int -> int
Public Function GetPage (weight As Integer) As Integer
參數
- weight
- Int32
控制項的權數。
傳回
依控制項權重之剛指定的頁面索引。
備註
控件會在分頁期間反覆呼叫此方法,以擷取其指派的頁面。