ControlAdapter.GetDefaultLabel(Int32) Método

Definição

Retorna a cadeia de caracteres localizada padrão do controle de rótulo.Returns the localized default string for the label control. 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.

protected:
 System::String ^ GetDefaultLabel(int labelID);
protected string GetDefaultLabel (int labelID);
member this.GetDefaultLabel : int -> string
Protected Function GetDefaultLabel (labelID As Integer) As String

Parâmetros

labelID
Int32

O identificador do rótulo.The identifier for the label.

Retornos

String

A cadeia de caracteres localizada padrão do controle de rótulo.The localized default string for the label control.

Exceções

labelID é menor que zero ou maior ou igual ao o número de valores válidos.labelID is less than zero, or greater than or equal to the number of valid values.

Comentários

A tabela a seguir mostra os valores para labelID parâmetros:The following table shows the values for labelID parameters:

Identificação do rótuloLabelID ValorValue
EndlabelBackLabel 00
GoLabelGoLabel 11
OKLabelOKLabel 22
MoreLabelMoreLabel 33
OptionsLabelOptionsLabel 44
NextLabelNextLabel 55
PreviousLabelPreviousLabel 66
LinkLabelLinkLabel 77
CallLabelCallLabel 88

Aplica-se a