reset Method

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - XML Reference

reset Method

Clears the stack of contexts, emptying the current context.

[Script]

Script Syntax

objNSManager.reset();

Parameters

None.

[Visual Basic]

Visual Basic Syntax

objNSManager.reset

Parameters

None.

[C/C++]

C/C++ Syntax

HRESULT reset();

Parameters

None.

C/C++ Return Values

S_OK
The value returned if successful.
E_FAIL
The value returned if an error occurs.

Remarks

To view reference information for Visual Basic, C/C++, or Script only, click the Language Filter button Language Filter in the upper-left corner of the page.

See Also

[Script,Visual Basic]

Applies to: IVBMXNamespaceManager

[C/C++]

Applies to: IMXNamespaceManager