Compartir a través de


Initialization.GetValue(String) Method

Definition

Returns the XmlNode that matches the XPath expression.

public:
 System::Xml::XmlNode ^ GetValue(System::String ^ xpath);
public System.Xml.XmlNode GetValue (string xpath);
member this.GetValue : string -> System.Xml.XmlNode
Public Function GetValue (xpath As String) As XmlNode

Parameters

xpath
String

The xpath expression

Returns

XmlNode

Applies to