XmlDocumentType(String, String, String, String, XmlDocument) Konstruktor
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
- 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ć.