XmlReaderMoveToFirstAttribute Method |
When overridden in a derived class, moves to the first attribute.
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public abstract bool MoveToFirstAttribute()
Return Value
Type:
Booleantrue if an attribute exists (the reader moves to the first attribute); otherwise, false (the position of the reader does not change).
See Also