Initialization.GetValue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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