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!

XmlElement Class

Represents an XML element.

Object
   XmlNode
      XmlContainer
         XmlElement

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

Remarks

Represents an XML element such as

The XmlElement class has no public constructors. Instances of XmlElement are created using the CreateElement and AddElement methods.

Requirements

Namespace: System.Xml

Assembly: System.dll

See Also

XmlElement Members | System.Xml Namespace