DelegatingXmlReader.MoveToFirstAttribute MethodDelegatingXmlReader.MoveToFirstAttribute MethodDelegatingXmlReader::MoveToFirstAttribute Method

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, false (the position of the reader does not change).