Condividi tramite


XmlDocument.Doctype Proprietà

Definizione

Per XML, questa proprietà ottiene l'indirizzo del nodo che specifica il DTD. Questa proprietà restituisce Null per documenti HTML e documenti XML senza DTD.

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

Valore della proprietà

Tipo di documento.

Si applica a