Contents Index Topic Contents | ||
Previous Topic: IXMLElement::get_Attribute Next Topic: IXMLElement::get_children |
IXMLElement::removeAttribute
HRESULT IXMLElement::removeAttribute( BSTR strPropertyName)Deletes an attribute from an element. The attribute is specified by using the attribute name.
- Returns S_OK if successful. Other returned error values include E_OUTOFMEMORY and E_INVALIDARG if no such attribute exists.
- strPropertyName
- Name of the attribute.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.