GetNamedItem

NamedNodeMap.GetNamedItem method

Obtiene el atributo especificado por nombre.

public Attr GetNamedItem(string name)
Parámetro Escribe Descripción
name String El nombre del atributo.

Valor_devuelto

El atributo con el nombre.

Ver también