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 | |
---|---|---|
MoveToStartElement() | Tests whether the current content node is a start element. | |
MoveToStartElement(String) | Tests whether the current content node is a start 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 and whether the LocalName and NamespaceURI properties of the element match the given arguments. | |
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