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!

XmlText Class

Represents a text node.

Object
   XmlNode
      XmlText

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

Remarks

This class represents text occuring between markup elements.

The XmlText class has no public constructors. Instances of XmlText are created using the CreateText and AddText methods.

Requirements

Namespace: System.Xml

Assembly: System.dll

See Also

XmlText Members | System.Xml Namespace