System::Xml::XmlDocument::get_PreserveWhitespace 方法

XmlDocument::get_PreserveWhitespace method

返回一个指示是否在元素内容中保留空白的值。

bool System::Xml::XmlDocument::get_PreserveWhitespace()

ReturnValue

true to preserve white space; otherwise false. The default is false.

另见