Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Removes the attribute with the specified namespace and attribute name.
Syntax
HRESULT removeQualifiedItem( BSTR baseName, BSTR nameSpaceURI, IXMLDOMNode ** qualifiedItem);
Parameters
- baseName
- [in] Base name of the attribute, without namespace qualification.
- nameSpaceURI
- [in] Namespace prefix that qualifies the attribute name.
- qualifiedItem
- [out] Attribute node removed, or NULL if no node was removed.
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.