XmlDictionaryReader.ReadStartElement Method (XmlDictionaryString, XmlDictionaryString)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Checks whether the node with the given localName and namespaceUri is a start element and advances the reader to the next node. Throws an exception if the node is not a start element.
Namespace: System.Xml
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Syntax
Public Overridable Sub ReadStartElement ( _
localName As XmlDictionaryString, _
namespaceUri As XmlDictionaryString _
)
public virtual void ReadStartElement(
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.
Remarks
Throws an XmlException if the element is not a start element.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0
Platforms
Windows Phone