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!

XmlComment Class

Represents a comment node.

Object
   XmlNode
      XmlComment

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

Remarks

This class represents an XML comment element of the form

The XmlComment class has no public constructors. Instances of XmlComment are created using the CreateComment and AddComment methods.

Requirements

Namespace: System.Xml

Assembly: System.dll

See Also

XmlComment Members | System.Xml Namespace