XmlElement.SetAttributeNode(XmlAttribute) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置或更新此元素上提供的属性节点。
public:
virtual XmlAttribute ^ SetAttributeNode(XmlAttribute ^ newAttribute) = SetAttributeNode;
XmlAttribute SetAttributeNode(XmlAttribute const& newAttribute);
public XmlAttribute SetAttributeNode(XmlAttribute newAttribute);
function setAttributeNode(newAttribute)
Public Function SetAttributeNode (newAttribute As XmlAttribute) As XmlAttribute
参数
- newAttribute
- XmlAttribute
指向新属性的指针。
返回
如果有任何同名的) ,则返回指向上一个属性的指针 (。