XmlDictionaryReader.MoveToStartElement Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

Tests whether the current content node is a start element.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodSupported by Silverlight for Windows Phone MoveToStartElement() Tests whether the current content node is a start element.
Public methodSupported by Silverlight for Windows Phone MoveToStartElement(String) Tests whether the current content node is a start element and if the Name property of the element matches the given argument.
Public methodSupported by Silverlight for Windows Phone MoveToStartElement(String, String) Tests whether the current content node is a start element and whether the LocalName and NamespaceURI properties of the element match the given arguments.
Public methodSupported by Silverlight for Windows Phone MoveToStartElement(XmlDictionaryString, XmlDictionaryString) Tests whether the current content node is a start element and whether the LocalName and NamespaceURI properties of the element match the given argument.

Top

Remarks

Throws an XmlException if the current content node is not a start element.