XmlReaderMoveToElement Method |
When overridden in a derived class, moves to the element that contains the current attribute node.
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public abstract bool MoveToElement()
Return Value
Type:
Booleantrue if the reader is positioned on an attribute (the reader moves to the element that owns the attribute); false if the reader is not positioned on an attribute (the position of the reader does not change).
See Also