Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Adds or changes the supplied attribute node on this element.
Syntax
HRESULT setAttributeNode( IDOMAttribute * DOMAttribute, IDOMAttribute ** attributeNode);
Parameters
- DOMAttribute
- [in] Attribute node that is to be associated with this element.
- attributeNode
- [out] NULL unless the new attribute replaces an existing attribute with the same name, in which case this method returns the previous, replaced attribute node.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.