XhtmlControlAdapter.GetCustomAttributeValue Método
Definição
Obtém o valor do atributo personalizado especificado.Gets the value of the specified custom attribute. 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.
Sobrecargas
| GetCustomAttributeValue(String) |
Obtém o valor do atributo especificado da marcação do controle associado.Gets the value of the specified attribute from the markup of the associated 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. |
| GetCustomAttributeValue(MobileControl, String) |
Obtém o valor do atributo especificado de um controle determinado.Gets the value of the specified attribute from a given 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. |
GetCustomAttributeValue(String)
Obtém o valor do atributo especificado da marcação do controle associado.Gets the value of the specified attribute from the markup of the associated 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:
virtual System::String ^ GetCustomAttributeValue(System::String ^ attributeName);
protected virtual string GetCustomAttributeValue (string attributeName);
abstract member GetCustomAttributeValue : string -> string
override this.GetCustomAttributeValue : string -> string
Protected Overridable Function GetCustomAttributeValue (attributeName As String) As String
Parâmetros
- attributeName
- String
O nome do atributo.The name of the attribute.
Retornos
Uma cadeia de caracteres que contém o valor do atributo personalizado especificado.A string containing the value of the specified custom attribute.
Esse método é usado principalmente por desenvolvedores de adaptadores personalizados.This method is primarily used by developers of custom adapters.
Aplica-se a
GetCustomAttributeValue(MobileControl, String)
Obtém o valor do atributo especificado de um controle determinado.Gets the value of the specified attribute from a given 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:
virtual System::String ^ GetCustomAttributeValue(System::Web::UI::MobileControls::MobileControl ^ control, System::String ^ attributeName);
protected virtual string GetCustomAttributeValue (System.Web.UI.MobileControls.MobileControl control, string attributeName);
abstract member GetCustomAttributeValue : System.Web.UI.MobileControls.MobileControl * string -> string
override this.GetCustomAttributeValue : System.Web.UI.MobileControls.MobileControl * string -> string
Protected Overridable Function GetCustomAttributeValue (control As MobileControl, attributeName As String) As String
Parâmetros
- control
- MobileControl
O controle móvel do qual obter o valor do atributo.The mobile control from which to get the attribute value.
- attributeName
- String
O nome do atributo.The name of the attribute.
Retornos
Uma cadeia de caracteres que contém o valor do atributo personalizado especificado.A string containing the value of the specified custom attribute.
Comentários
Esse método é usado principalmente por desenvolvedores de adaptadores personalizados.This method is primarily used by developers of custom adapters.