XmlReader.ReadStartElement Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Checks that the current node is an element and advances the reader to the next node.
Assembly: System.Xml (in System.Xml.dll)
| Exception | Condition |
|---|---|
| XmlException | IsStartElement returns false. |
This method calls IsStartElement followed by Read to position you on the content of that element found in the input stream.
Show: