RemoveNamedItemNS

NamedNodeMap.RemoveNamedItemNS method

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

public Attr RemoveNamedItemNS(string namespaceUri, string localName)
ParameterTypBeschreibung
namespaceUriStringDer Attribut-Namespace-URI.
localNameStringDer lokale Name des Attributs.

Rückgabewert

Das entfernte Attribut.

Siehe auch