XmlDocumentType(String, String, String, String, XmlDocument) コンストラクター

定義

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)

パラメーター

name
String

修飾名。Name プロパティを参照してください。

publicId
String

公開識別子。PublicId プロパティを参照してください。

systemId
String

システム識別子。SystemId プロパティを参照してください。

internalSubset
String

DTD 内部サブセット。InternalSubset プロパティを参照してください。

doc
XmlDocument

親ドキュメント。

注釈

直接インスタンス化 XmlDocumentType しないでください。代わりに、メンバーを使用して取得します DocumentType

適用対象