XmlDocumentType(String, String, String, String, XmlDocument) Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
XmlDocumentType sınıfının yeni bir örneğini başlatır.
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)
Parametreler
- internalSubset
- String
DTD iç alt kümesi; özelliğine InternalSubset bakın.
- doc
- XmlDocument
Üst belge.
Açıklamalar
Bir örneği XmlDocumentType doğrudan oluşturmayın; bunun yerine, örneğin bir tane elde etmek için gibi DocumentType üyeleri kullanın.