Compartir a través de


_CustomXMLPart.SelectSingleNode(String) Método

Definición

Selecciona un nodo único con un fragmento XML personalizado que coincide con una expresión XPath.

public:
 Microsoft::Office::Core::CustomXMLNode ^ SelectSingleNode(System::String ^ XPath);
public Microsoft.Office.Core.CustomXMLNode SelectSingleNode (string XPath);
abstract member SelectSingleNode : string -> Microsoft.Office.Core.CustomXMLNode
Public Function SelectSingleNode (XPath As String) As CustomXMLNode

Parámetros

XPath
String

Contiene una expresión XPath.

Devoluciones

CustomXMLNodes

Se aplica a