Element.GetAttributeNodeNS

Element.GetAttributeNodeNS method

Récupère un nœud Attr par nom local et URI d’espace de noms.

public Attr GetAttributeNodeNS(string namespaceURI, string localName)
ParamètreTaperLa description
namespaceURIStringL’URI de l’espace de noms.
localNameStringNom de la section locale.

Return_Value

Renvoie l’attribut

Voir également