IXMLDOMElement.setAttributeNode(IXMLDOMAttribute) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
MSXML::IXMLDOMAttribute ^ setAttributeNode(MSXML::IXMLDOMAttribute ^ DOMAttribute);
[System.Runtime.InteropServices.DispId(103)]
public MSXML.IXMLDOMAttribute setAttributeNode (MSXML.IXMLDOMAttribute DOMAttribute);
[<System.Runtime.InteropServices.DispId(103)>]
abstract member setAttributeNode : MSXML.IXMLDOMAttribute -> MSXML.IXMLDOMAttribute
Public Function setAttributeNode (DOMAttribute As IXMLDOMAttribute) As IXMLDOMAttribute
Parameters
- DOMAttribute
- IXMLDOMAttribute
Returns
- Attributes