WmlMobileTextWriter.IsValidSoftkeyLabel(String) Método

Definição

Retorna se a cadeia de caracteres indicada é um rótulo de tecla de função válido para o dispositivo de destino.Returns whether the given string is a valid softkey label for the target device. 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:
 virtual bool IsValidSoftkeyLabel(System::String ^ label);
public virtual bool IsValidSoftkeyLabel (string label);
abstract member IsValidSoftkeyLabel : string -> bool
override this.IsValidSoftkeyLabel : string -> bool
Public Overridable Function IsValidSoftkeyLabel (label As String) As Boolean

Parâmetros

label
String

O rótulo a ser validado.The label to validate.

Retornos

Boolean

true se a cadeia de caracteres indicada for um rótulo de tecla de função válido para o dispositivo de destino; caso contrário, false.true if the given string is a valid softkey label for the target device; otherwise, false.

Comentários

Os adaptadores podem usar esse método para determinar se um rótulo é apropriado para uma tecla de uma.Adapters can use this method to determine whether a label is appropriate for a softkey.

Aplica-se a