DelegatingXmlReader.MoveToAttribute Method (string)DelegatingXmlReader.MoveToAttribute Method (String)DelegatingXmlReader::MoveToAttribute Method (String^)

When overridden in a derived class, moves to the attribute with the specified Name.

Syntax

Public Overrides Function MoveToAttribute( _
    name As String _
) As Boolean
public override bool MoveToAttribute(
    string name
)
public:
virtual bool MoveToAttribute(
    String^ name
) override
 

Parameters

name

Type: System.StringSystem.StringSystem::String^

The qualified name of the attribute.

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the attribute is found; otherwise, false. If false, the reader's position does not change.