Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlDocumentType Constructor (String^, String^, String^, String^, XmlDocument^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the XmlDocumentType class.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public protected:
XmlDocumentType(
	String^ name,
	String^ publicId,
	String^ systemId,
	String^ internalSubset,
	XmlDocument^ doc
)

Parameters

name
Type: System::String^

The qualified name; see the Name property.

publicId
Type: System::String^

The public identifier; see the PublicId property.

systemId
Type: System::String^

The system identifier; see the SystemId property.

internalSubset
Type: System::String^

The DTD internal subset; see the InternalSubset property.

doc
Type: System.Xml::XmlDocument^

The parent document.

Do not instantiate an XmlDocumentType directly; instead, use members such as DocumentType to obtain one.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft