다음을 통해 공유


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 멤버를 사용합니다.

적용 대상