Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 469 Bytes

xmldocument_doctype.md

File metadata and controls

22 lines (15 loc) · 469 Bytes
-api-id -api-type
P:Windows.Data.Xml.Dom.XmlDocument.Doctype
winrt property

Windows.Data.Xml.Dom.XmlDocument.Doctype

-description

For XML, this property gets the address of the node that specifies the DTD. This property returns Null for HTML documents and XML documents without a DTD.

-property-value

The document type.

-remarks

-examples

-see-also