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!

XmlReader.Skip

Skips to the end tag of the current element.

[Visual Basic]
MustOverride Public Sub Skip()
[C#]
public abstract void Skip();
[C++]
public: virtual void Skip() = 0;
[JScript]
public abstract function Skip();

Remarks

For example, suppose you have the following XML input:

See Also

XmlReader Class | XmlReader Members | System.NewXml Namespace