Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 647 Bytes

ixmlnodeselector_selectsinglenode_1817002489.md

File metadata and controls

26 lines (18 loc) · 647 Bytes
-api-id -api-type
M:Windows.Data.Xml.Dom.IXmlNodeSelector.SelectSingleNode(System.String)
winrt method

Windows.Data.Xml.Dom.IXmlNodeSelector.SelectSingleNode

-description

Applies the specified pattern-matching operation to this node's context and returns the first matching node.

-parameters

-param xpath

Specifies an XPath expression.

-returns

The first node that matches the given pattern-matching operation. If no nodes match the expression, the method returns a null value.

-remarks

-examples

-see-also