Share via


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

속성 값

문서 형식입니다.

적용 대상