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

要移除的屬性。

傳回

如果有任何,則為已移除的屬性。

適用於