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!

XmlTextReader.ReadInnerXml

Reads all the content (including markup) as a string.

[Visual Basic]
Overrides Public Function ReadInnerXml() As String
[C#]
public override string ReadInnerXml();
[C++]
public: override String* ReadInnerXml();
[JScript]
public override function ReadInnerXml() : String;

Return Value

All the XML content (including markup) in the current node.

See Also

XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace