Partager via


XmlElement.GetAttributeNode(String) Méthode

Définition

Retourne le nœud d’attribut.

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

Paramètres

attributeName
String

Platform::String

winrt::hstring

Nom de l’attribut requis.

Retours

Pointeur d’attribut retourné.

S’applique à