Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 639 Bytes

xmlnodelist_indexof_975080885.md

File metadata and controls

29 lines (20 loc) · 639 Bytes
-api-id -api-type
M:Windows.Data.Xml.Dom.XmlNodeList.IndexOf(Windows.Data.Xml.Dom.IXmlNode,System.UInt32@)
winrt method

Windows.Data.Xml.Dom.XmlNodeList.IndexOf

-description

Returns the index of a specified item in the vector.

-parameters

-param value

The item to find in the vector.

-param index

The zero-based index of the item if found. Zero is returned if the item is not found.

-returns

TRUE if the item is found; otherwise, FALSE if the item is not found.

-remarks

-examples

-see-also