RemoveAttribute

Element.RemoveAttribute method

Entfernt ein Attribut nach Namen.

public bool RemoveAttribute(string name)
ParameterTypBeschreibung
nameStringDer Attributname.

Rückgabewert

True, wenn das Attribut gefunden und entfernt wird, andernfalls false.

Siehe auch