Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 526 Bytes

xmldocument_getelementbyid_186814839.md

File metadata and controls

26 lines (18 loc) · 526 Bytes
-api-id -api-type
M:Windows.Data.Xml.Dom.XmlDocument.GetElementById(System.String)
winrt method

Windows.Data.Xml.Dom.XmlDocument.GetElementById

-description

Returns the element that matches the ID attribute.

-parameters

-param elementId

The ID to match.

-returns

The element that matches the supplied ID. If no elements match, this method returns Null.

-remarks

-examples

-see-also