reset Method1

 

Clears the stack of contexts, emptying the current context.

Script Syntax

objNSManager.reset();  

Parameters

None.

C/C++ Syntax

HRESULT reset();  

Parameters

None.

Return Values

S_OK
The value returned if successful.

E_FAIL
The value returned if an error occurs.

Versioning

Implemented in: MSXML 6.0

Applies to

IVBMXNamespaceManager

IMXNamespaceManager