Share via


PagerStyle.GetPreviousPageText(Int32) メソッド

定義

前のページに移動するために使用される UI 要素用に書式設定された文字列を返します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

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

パラメーター

currentPageIndex
Int32

現在のページのインデックス。

戻り値

前のページに移動するために使用される UI 要素用に書式設定された文字列。

注釈

PreviousPageTextプロパティと、渡された 1 から始まる現在のページ インデックスを使用して、文字列の書式を設定します。 フォーム アダプターで使用されます。

適用対象

こちらもご覧ください