removeAttributeNS method
Removes the specified attribute from the object.
![]() ![]() |
Syntax
HRESULT retVal = object.removeAttributeNS(pvarNS, strAttributeName);
Parameters
- pvarNS [in]
-
Type: VARIANT
The namespace name of the attribute to remove.
- strAttributeName [in]
-
Type: BSTR
The local name of the attribute to remove.
Return value
Type: HRESULT
This method can return one of these values.
| Return code | Description |
|---|---|
|
The operation completed successfully. |
Standards information
Show:

