NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlDocType Class

Represents a document type declaration.

Object
   XmlNode
      XmlDocType

[Visual Basic]
Public Class XmlDocType
   Inherits XmlNode
[C#]
public class XmlDocType : XmlNode
[C++]
public __gc class XmlDocType : public XmlNode
[JScript]
public class XmlDocType extends XmlNode

Remarks

This class represents an XML document type declaration such as

The XmlDocType class has no public constructors. Instances of XmlDocType are created using the CreateDocType and AddDocType methods.

Requirements

Namespace: System.Xml

Assembly: System.dll

See Also

XmlDocType Members | System.Xml Namespace