Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
Removes or replaces the named attribute.
Script Syntax
Copy Code | |
---|---|
oXMLDOMElement.removeAttribute( name); |
Remarks
Script Parameters
- name
-
String specifying the name of the attribute to be removed or replaced.
Script Return Value
None.
C/C++ Syntax
Copy Code | |
---|---|
HRESULT removeAttribute( BSTR name ); |
Remarks
C/C++ Parameters
- name
-
[in] Name of the attribute to be removed or replaced.
C/C++ Return Values
- S_OK
-
Value returned if successful.
- S_FALSE
-
Value returned when no attribute with the given name is found.
- E_FAIL
-
Value returned if an error occurs.
Requirements
Header | msxml2.h, msxml2.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
General Remarks
If the specified attribute has a default value, this is equivalent to a replace operation: The current value is removed and a new attribute is created with the default value. This operation also resets the specified Propertyof IXMLDOMNode.
This method applies to the following objects and interfaces: