XdmReader.MoveToNextAttribute MethodXdmReader.MoveToNextAttribute MethodXdmReader::MoveToNextAttribute Method

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

Syntax

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

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if there is a next attribute; falseFalsefalse if there are no more attributes.