Element.GetAttributeNodeNS

Element.GetAttributeNodeNS method

Recupera un nodo Attr por nombre local y URI de espacio de nombres.

public Attr GetAttributeNodeNS(string namespaceURI, string localName)
ParámetroEscribeDescripción
namespaceURIStringEl URI del espacio de nombres.
localNameStringNombre del local.

Valor_devuelto

Devuelve atributo

Ver también