Compartir a través de


XmlElement.GetAttributeNode(String) Método

Definición

Devuelve el nodo de atributo.

public:
 virtual XmlAttribute ^ GetAttributeNode(Platform::String ^ attributeName) = GetAttributeNode;
XmlAttribute GetAttributeNode(winrt::hstring const& attributeName);
public XmlAttribute GetAttributeNode(string attributeName);
function getAttributeNode(attributeName)
Public Function GetAttributeNode (attributeName As String) As XmlAttribute

Parámetros

attributeName
String

Platform::String

winrt::hstring

Nombre del atributo necesario.

Devoluciones

Puntero de atributo devuelto.

Se aplica a