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 the content of an XML comment.

Object
   XmlNode
      XmlLinkedNode
         XmlCharacterData
            XmlComment

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

Remarks

[To be supplied.]

Requirements

Namespace: System.NewXml

Assembly: System.Xml.dll

See Also

XmlComment Members | System.NewXml Namespace