次の方法で共有


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

プロパティ値

ドキュメントの種類。

適用対象