setAttributeNodeNS method
Sets an IHTMLDOMAttribute2 interface as part of the object.
![]() ![]() |
Syntax
IHTMLDOMAttribute retVal = object.setAttributeNodeNS(pattr);
Parameters
- pattr [in]
-
Type: IHTMLDOMAttribute
A pointer to the IHTMLDOMAttribute2 interface to assign.
Standards information
Remarks
If the object already contains an attribute with the same name, the new attribute replaces the original attribute.
See also
Show:

