IControlDesignerTag.GetAttribute(String) Método
Definição
Recupera o valor do atributo identificado na marca.Retrieves the value of the identified attribute on the tag.
public:
System::String ^ GetAttribute(System::String ^ name);
public string GetAttribute (string name);
abstract member GetAttribute : string -> string
Public Function GetAttribute (name As String) As String
Parâmetros
- name
- String
O nome do atributo.The name of the attribute.
Retornos
Uma cadeia de caracteres que contém o valor desse atributo.A string containing the value of the attribute.