Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 689 Bytes

xmldocumenttype_selectnodes_71711491.md

File metadata and controls

26 lines (18 loc) · 689 Bytes
-api-id -api-type
M:Windows.Data.Xml.Dom.XmlDocumentType.SelectNodes(System.String)
winrt method

Windows.Data.Xml.Dom.XmlDocumentType.SelectNodes

-description

Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.

-parameters

-param xpath

Specifies an XPath expression.

-returns

The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, this method returns an empty collection.

-remarks

-examples

-see-also