Sdílet prostřednictvím


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

Definice

Inicializuje novou instanci XmlDocumentType třídy.

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

Kvalifikovaný název; Name zobrazit vlastnost.

publicId
String

Veřejný identifikátor; PublicId zobrazit vlastnost.

systemId
String

Identifikátor systému; SystemId zobrazit vlastnost.

internalSubset
String

Interní podmnožina DTD; InternalSubset zobrazit vlastnost.

doc
XmlDocument

Nadřazený dokument.

Poznámky

Nepoužívejte XmlDocumentType instanci přímo. Místo toho použijte členy, jako DocumentType je například získání.

Platí pro