Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlDictionaryReader::MoveToStartElement Method

 

Tests whether the current content node is a start element or an empty element.

Namespace:   System.Xml
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

NameDescription
System_CAPS_pubmethodMoveToStartElement()

Tests whether the current content node is a start element or an empty element.

System_CAPS_pubmethodMoveToStartElement(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.

System_CAPS_pubmethodMoveToStartElement(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.

System_CAPS_pubmethodMoveToStartElement(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.

Return to top
Show:
© 2017 Microsoft