Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Removes an attribute from the collection.
Syntax
HRESULT removeNamedItem( BSTR name, IDOMNode ** namedItem);
Parameters
- name
- [in] Name of the attribute to remove from the collection.
- namedItem
- [out] Node removed from the collection. Returns NULL if the named node is not an attribute.
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.