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!

XmlDocument Constructor ()

Creates a new XML document.

[Visual Basic]
Overloads Public Sub New()
[C#]
public XmlDocument();
[C++]
public: XmlDocument();
[JScript]
public function XmlDocument();

Remarks

A new XmlContext is automatically created and associated with the document. This context can be obtained using the Context property.

The Root property of the new document is null until a root element is manually added to the document.

See Also

XmlDocument Class | XmlDocument Members | System.Xml Namespace | XmlDocument Constructor Overload List