XmlDocumentType(String, String, String, String, XmlDocument) 생성자

정의

XmlDocumentType 클래스의 새 인스턴스를 초기화합니다.

protected public:
 XmlDocumentType(System::String ^ name, System::String ^ publicId, System::String ^ systemId, System::String ^ internalSubset, System::Xml::XmlDocument ^ doc);
protected internal XmlDocumentType (string name, string? publicId, string? systemId, string? internalSubset, System.Xml.XmlDocument doc);
protected internal XmlDocumentType (string name, string publicId, string systemId, string internalSubset, System.Xml.XmlDocument doc);
new System.Xml.XmlDocumentType : string * string * string * string * System.Xml.XmlDocument -> System.Xml.XmlDocumentType
Protected Friend Sub New (name As String, publicId As String, systemId As String, internalSubset As String, doc As XmlDocument)

매개 변수

name
String

정규화된 이름입니다. Name 속성을 참조하십시오.

publicId
String

공용 식별자입니다. PublicId 속성을 참조하십시오.

systemId
String

시스템 식별자입니다. SystemId 속성을 참조하십시오.

internalSubset
String

DTD 내부 하위 집합입니다. InternalSubset 속성을 참조하십시오.

doc
XmlDocument

부모 문서입니다.

설명

를 직접 인스턴스화 XmlDocumentType 하지 말고, 대신 과 같은 DocumentType 멤버를 사용하여 를 가져옵니다.

적용 대상