다음을 통해 공유


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

제거할 특성입니다.

반환

제거된 특성(있는 경우)입니다.

적용 대상