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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.