XmlDictionaryReader::MoveToStartElement Method
Tests whether the current content node is a start element or an empty element.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
| Name | Description | |
|---|---|---|
![]() | MoveToStartElement() | Tests whether the current content node is a start element or an empty element. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
