XmlDocumentType(String, String, String, String, XmlDocument) Construtor

Definição

Inicializa uma nova instância da classe XmlDocumentType.Initializes a new instance of the XmlDocumentType class.

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)

Parâmetros

name
String

O nome qualificado; consulte a propriedade Name.The qualified name; see the Name property.

publicId
String

O identificador público; consulte a propriedade PublicId.The public identifier; see the PublicId property.

systemId
String

O identificador do sistema; consulte a propriedade SystemId.The system identifier; see the SystemId property.

internalSubset
String

O subconjunto interno de DTD; consulte a propriedade InternalSubset.The DTD internal subset; see the InternalSubset property.

doc
XmlDocument

O documento pai.The parent document.

Comentários

Não crie uma instância XmlDocumentType diretamente; em vez disso, use Membros como DocumentType para obter um.Do not instantiate an XmlDocumentType directly; instead, use members such as DocumentType to obtain one.

Aplica-se a