This topic has not yet been rated - Rate this topic

XmlDictionaryReader.MoveToStartElement Method

Tests whether the current content node is a start element or an empty element.
Name Description
XmlDictionaryReader.MoveToStartElement () Tests whether the current content node is a start element or an empty element.
XmlDictionaryReader.MoveToStartElement (String) Tests whether the current content node is a start element or an empty element and if the Name property of the element matches the given argument.
XmlDictionaryReader.MoveToStartElement (String, String) Tests whether the current content node is a start element or an empty element and if the LocalName and NamespaceURI properties of the element matches the given arguments.
XmlDictionaryReader.MoveToStartElement (XmlDictionaryString, XmlDictionaryString) Tests whether the current content node is a start element or an empty element and if the LocalName and NamespaceURI properties of the element matches the given argument.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.