XmlDictionaryReader.MoveToStartElement Method (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Tests whether the current content node is a start element and if the Name property of the element matches the given argument.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- name
- Type: System.String
The Name property of the element.
Throws an XmlException if the current content node is not a start element.
Show: