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.Skip

Skips to the end tag of the current element.

[Visual Basic]
Overrides Public Sub Skip()
[C#]
public override void Skip();
[C++]
public: override void Skip();
[JScript]
public override function Skip();

Remarks

For example, suppose you have the following XML input:

See Also

XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace