Compartilhar via


XmlElement.RemoveAttributeNode(XmlAttribute) Método

Definição

Remove o atributo especificado desse elemento.

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

Parâmetros

attributeNode
XmlAttribute

O atributo a ser removido.

Retornos

O atributo removido, se houver.

Aplica-se a