XmlDictionaryReader.MoveToStartElement Method (XmlDictionaryString, XmlDictionaryString)
[ 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 whether the LocalName and NamespaceURI properties of the element match the given argument.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public virtual void MoveToStartElement( XmlDictionaryString localName, XmlDictionaryString namespaceUri )
Parameters
- localName
- Type: System.Xml.XmlDictionaryString
The local name of the element.
- namespaceUri
- Type: System.Xml.XmlDictionaryString
The namespace URI of the element.
Throws an XmlException if the current content node is not a start element.
Show: