Udostępnij za pośrednictwem


_CustomXMLPart.SelectSingleNode Method

Selects a single node within a custom XML part matching an XPath expression.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function SelectSingleNode ( _
    XPath As String _
) As CustomXMLNode
'Usage
Dim instance As _CustomXMLPart
Dim XPath As String
Dim returnValue As CustomXMLNode

returnValue = instance.SelectSingleNode(XPath)
CustomXMLNode SelectSingleNode(
    string XPath
)

Parameters

Return Value

Type: Microsoft.Office.Core.CustomXMLNode
CustomXMLNodes

See Also

Reference

_CustomXMLPart Interface

_CustomXMLPart Members

Microsoft.Office.Core Namespace