XmlReader.ReadStartElement Method
Silverlight
Checks that the current node is an element and advances the reader to the next node.
Namespace: System.Xml
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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.