Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes an attribute from the list.
Visual Basic Implementation Syntax
Sub removeAttribute
(nIndex As Long)
Visual Basic Usage Syntax
oIMXAttributes.removeAttribute
(nIndex)
C/C++ Syntax
HRESULT removeAttribute(
[in] int nIndex);
Return Values
S_OK
The value returned if no errors are reported.
E_FAIL
There is only one specific fatal error for this IMXAttributes
implementation: incorrect index (E_INVALIDARG). It may return a generic failure code, such as out-of-memory.
Parameters
nIndex
The attribute's index value (zero-based).
Versioning
Implemented in: MSXML 3.0 and later