XmlDocument.Doctype Properti

Definisi

Untuk XML, properti ini mendapatkan alamat simpul yang menentukan DTD. Properti ini mengembalikan Null untuk dokumen HTML dan dokumen XML tanpa DTD.

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

Nilai Properti

Jenis dokumen.

Berlaku untuk