clear Method1
Clears the attribute list for reuse.
Visual Basic Implementation Syntax
Sub clear
()
Visual Basic Usage Syntax
oIMXAttributes.clear
C/C++ Syntax
HRESULT clear();
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: setAttribute
with incorrect index (E_INVALIDARG). It may return a generic failure code, such as out-of-memory.
Remarks
This call does not free memory. The current arrays are kept for reuse.
Versioning
Implemented in: MSXML 3.0 and later