XmlDocument.Doctype 属性

定义

对于 XML,此属性获取指定 DTD 的节点的地址。 对于没有 DTD 的 HTML 文档和 XML 文档,此属性返回 Null。

public:
 property XmlDocumentType ^ Doctype { XmlDocumentType ^ get(); };
XmlDocumentType Doctype();
public XmlDocumentType Doctype { get; }
var xmlDocumentType = xmlDocument.doctype;
Public ReadOnly Property Doctype As XmlDocumentType

属性值

文档类型。

适用于