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!

XmlContainer Class

This class represents an XML node that can contain child nodes.

Object
   XmlNode
      XmlContainer

[Visual Basic]
MustInherit Public Class XmlContainer
   Inherits XmlNode
[C#]
public abstract class XmlContainer : XmlNode
[C++]
public __gc __abstract class XmlContainer : public XmlNode
[JScript]
public abstract class XmlContainer extends XmlNode

Remarks

The XmlContainer class is the abstract base class of the XmlDocument and XmlElement classes.

Requirements

Namespace: System.Xml

Assembly: System.dll

See Also

XmlContainer Members | System.Xml Namespace | XmlDocument | XmlElement