Compartir a través de


XmlAttribute.Name Propiedad

Definición

Devuelve el nombre del atributo.

public:
 property Platform::String ^ Name { Platform::String ^ get(); };
winrt::hstring Name();
public string Name { get; }
var string = xmlAttribute.name;
Public ReadOnly Property Name As String

Valor de propiedad

String

Platform::String

winrt::hstring

Nombre del atributo.

Se aplica a