PagerStyle.GetPageLabelText(Int32, Int32) 方法

定義

傳回 UI 項目的格式化字串,用以巡覽至下一頁。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

public:
 System::String ^ GetPageLabelText(int currentPageIndex, int pageCount);
public string GetPageLabelText (int currentPageIndex, int pageCount);
member this.GetPageLabelText : int * int -> string
Public Function GetPageLabelText (currentPageIndex As Integer, pageCount As Integer) As String

參數

currentPageIndex
Int32

目前頁面索引。

pageCount
Int32

頁面計數。

傳回

UI 項目的格式化字串,用以巡覽至下一頁。

備註

使用 屬性和傳入的單一式目前頁面索引來格式化字串。 表單配接器使用。

適用於

另請參閱