PagerStyle.GetPreviousPageText(Int32) Método
Definição
Retorna uma cadeia de caracteres formatada para o elemento de interface do usuário usado para navegar até a página anterior.Returns a formatted string for the UI element used to navigate to the previous page. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see 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
Parâmetros
- currentPageIndex
- Int32
O índice da página atual.The index of the current page.
Retornos
Uma cadeia de caracteres formatada para o elemento de interface do usuário usado para navegar até a página anterior.A formatted string for the UI element used to navigate to the previous page.
Comentários
Usa a PreviousPageText propriedade e o índice de página atual com base em um passado para formatar a cadeia de caracteres.Uses the PreviousPageText property and the one-based current page index passed in to format the string. Usado por adaptadores de formulário.Used by form adapters.