XdmReader.MoveToFirstAttribute MethodXdmReader.MoveToFirstAttribute MethodXdmReader::MoveToFirstAttribute Method

When overridden in a derived class, moves to the first attribute.

Syntax

Public Overrides Function MoveToFirstAttribute() As Boolean
public override bool MoveToFirstAttribute()
public:
virtual bool MoveToFirstAttribute() override
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if an attribute exists (the reader moves to the first attribute); otherwise, falseFalsefalse (the position of the reader does not change).