Indicates whether to preserve all white space in the XML document.
Visual Basic Syntax
boolValue = oXMLDOMDocument.preserveWhiteSpace
C/C++ Syntax
HRESULT get_preserveWhiteSpace(
VARIANT_BOOL *isPreserving);
Parameters
isPreserving
[out]
Value that indicates whether default processing preserves white space.
C/C++ Return Values
S_OK
Value returned if successful.
E_INVALIDARG
Value returned if isPreserving is null.
See Also