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