CustomXMLPartClass.SelectSingleNode(String) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
virtual Microsoft::Office::Core::CustomXMLNode ^ SelectSingleNode(System::String ^ XPath) = Microsoft::Office::Core::_CustomXMLPart::SelectSingleNode;
public virtual Microsoft.Office.Core.CustomXMLNode SelectSingleNode (string XPath);
abstract member SelectSingleNode : string -> Microsoft.Office.Core.CustomXMLNode
override this.SelectSingleNode : string -> Microsoft.Office.Core.CustomXMLNode
Public Overridable Function SelectSingleNode (XPath As String) As CustomXMLNode
Parámetros
- XPath
- String