DocumentClass.SelectSingleNode Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Function SelectSingleNode ( _
XPath As String, _
PrefixMapping As String, _
FastSearchSkippingTextNodes As Boolean _
) As XMLNode
'Usage
Dim instance As DocumentClass
Dim XPath As String
Dim PrefixMapping As String
Dim FastSearchSkippingTextNodes As Boolean
Dim returnValue As XMLNode
returnValue = instance.SelectSingleNode(XPath, _
PrefixMapping, FastSearchSkippingTextNodes)
public virtual XMLNode SelectSingleNode(
string XPath,
string PrefixMapping,
bool FastSearchSkippingTextNodes
)
Parameters
- XPath
Type: System.String
- PrefixMapping
Type: System.String
- FastSearchSkippingTextNodes
Type: System.Boolean
Return Value
Type: Microsoft.Office.Interop.Word.XMLNode
Implements
_Document.SelectSingleNode(String, String, Boolean)