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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.