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

削除する属性。

戻り値

削除された属性 (存在する場合)。

適用対象