XmlElement.RemoveAttributeNode(XmlAttribute) 方法

定义

从此元素中删除指定的属性。

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

参数

attributeNode
XmlAttribute

要删除的属性。

返回

已删除的属性(如果有)。

适用于