XmlDictionaryReader.ReadFullStartElement Method (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Checks whether the named node is a start element and whether it is a nonempty element, and reads it if these conditions are satisfied, advancing the reader to the next node. Throws an exception if it is not a start element or if it is an empty element.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- name
- Type: System.String
The qualified name of the element.
Throws an XmlException if the current content node is not a start element or if it is an empty element.
Show: