XmlDocumentType(String, String, String, String, XmlDocument) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

name
String

Kwalifikowana nazwa; Name zobacz właściwość .

publicId
String

Identyfikator publiczny; PublicId zobacz właściwość .

systemId
String

Identyfikator systemu; SystemId zobacz właściwość .

internalSubset
String

Wewnętrzny podzbiór DTD; InternalSubset zobacz właściwość .

doc
XmlDocument

Dokument nadrzędny.

Uwagi

Nie twórz wystąpienia XmlDocumentType bezpośrednio. Zamiast tego należy użyć elementów członkowskich, takich jak DocumentType , aby je uzyskać.

Dotyczy