Aracılığıyla paylaş


XmlDocumentType(String, String, String, String, XmlDocument) Oluşturucu

Tanım

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

name
String

Nitelenmiş ad; özelliğine Name bakın.

publicId
String

Ortak tanımlayıcı; özelliğine PublicId bakın.

systemId
String

Sistem tanımlayıcısı; özelliğine SystemId bakın.

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.

Şunlara uygulanır