Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 432 Bytes

xmlcomment_firstchild.md

File metadata and controls

22 lines (15 loc) · 432 Bytes
-api-id -api-type
P:Windows.Data.Xml.Dom.XmlComment.FirstChild
winrt property

Windows.Data.Xml.Dom.XmlComment.FirstChild

-description

Gets the first child node. This property always returns NULL.

-property-value

The first child node. This property returns NULL if there are no children.

-remarks

-examples

-see-also