Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Removes the specified attribute from this element.
Syntax
HRESULT removeAttributeNode( IDOMAttribute * DOMAttribute, IDOMAttribute ** attributeNode);
Parameters
- DOMAttribute
- [in] DOMAttribute object that is to be removed from this element.
- attributeNode
- [out] Removed element.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
Note that if the attribute has a default value, this call also creates a new attribute object with the default value, associates the new attribute with this element, and resets the attribute's specified property.
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.