XmlDocument.Doctype 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
針對 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
屬性值
檔案類型。