XPathMessageContext.PreserveWhitespace(XPathNavigator) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Evaluates whether to preserve white space nodes or strip them for the given context.
public:
override bool PreserveWhitespace(System::Xml::XPath::XPathNavigator ^ node);
public override bool PreserveWhitespace (System.Xml.XPath.XPathNavigator node);
override this.PreserveWhitespace : System.Xml.XPath.XPathNavigator -> bool
Public Overrides Function PreserveWhitespace (node As XPathNavigator) As Boolean
Parameters
- node
- XPathNavigator
The white space node that is to be preserved or stripped in the current context.
Returns
Always returns false
.
Remarks
This property should be overridden in a derived class in order to be used.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.