Partager via


XmlElement.RemoveAttributeNode(XmlAttribute) Méthode

Définition

Supprime l’attribut spécifié de cet élément.

public:
 virtual XmlAttribute ^ RemoveAttributeNode(XmlAttribute ^ attributeNode) = RemoveAttributeNode;
XmlAttribute RemoveAttributeNode(XmlAttribute const& attributeNode);
public XmlAttribute RemoveAttributeNode(XmlAttribute attributeNode);
function removeAttributeNode(attributeNode)
Public Function RemoveAttributeNode (attributeNode As XmlAttribute) As XmlAttribute

Paramètres

attributeNode
XmlAttribute

Attribut à supprimer.

Retours

Attribut supprimé, le cas échéant.

S’applique à