Share via


XmlElement.GetAttributeNode(String) Método

Definição

Retorna o nó 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

O nome do atributo necessário.

Retornos

O ponteiro de atributo retornado.

Aplica-se a