RemoveNamedItemNS

NamedNodeMap.RemoveNamedItemNS method

Entfernt ein Attribut, das durch lokalen Namen und Namespace-URI angegeben ist.

public Attr RemoveNamedItemNS(string namespaceUri, string localName)
Parameter Typ Beschreibung
namespaceUri String Der Attribut-Namespace-URI.
localName String Der lokale Name des Attributs.

Rückgabewert

Das entfernte Attribut.

Siehe auch