DocumentClass.SelectSingleNode(String, String, Boolean) Método

Definición

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

Parámetros

XPath
String
PrefixMapping
String
FastSearchSkippingTextNodes
Boolean

Devoluciones

Implementaciones

Se aplica a