DocumentClass.SelectSingleNode(String, String, Boolean) 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.
public virtual Microsoft.Office.Interop.Word.XMLNode SelectSingleNode (string XPath, string PrefixMapping = "", bool FastSearchSkippingTextNodes = false);
abstract member SelectSingleNode : string * string * bool -> Microsoft.Office.Interop.Word.XMLNode
override this.SelectSingleNode : string * string * bool -> Microsoft.Office.Interop.Word.XMLNode
Public Overridable Function SelectSingleNode (XPath As String, Optional PrefixMapping As String = "", Optional FastSearchSkippingTextNodes As Boolean = false) As XMLNode
Parameters
- XPath
- String
- PrefixMapping
- String
- FastSearchSkippingTextNodes
- Boolean