Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 534 Bytes

xmldocument_createcomment_213989097.md

File metadata and controls

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

Windows.Data.Xml.Dom.XmlDocument.CreateComment

-description

Creates a comment node that contains the supplied data.

-parameters

-param data

The value to be supplied to the new comment object's NodeValue.

-returns

The newly created comment node.

-remarks

-examples

-see-also