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

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

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, falseFalsefalse. If falseFalsefalse, the reader's position does not change.