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