Moves to the attribute with the given local name.
Namespace: Microsoft.IdentityModel.Protocols.XmlSignature
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As DelegatingXmlDictionaryReader
Dim name As String
Dim returnValue As Boolean

returnValue = instance.MoveToAttribute(name)

Syntax

Visual Basic
Public Overrides Function MoveToAttribute ( _
		name As String _
) As Boolean
C#
public override bool MoveToAttribute (
		string name
)
C++
public:
virtual bool MoveToAttribute (
		String^ name
) override
J#
public boolean MoveToAttribute (
		String name
)
JScript
public override function MoveToAttribute (
		name : String
) : boolean

Parameters

name

The qualified name of the attribute.

Return Value

true if the attribute is found; otherwise, false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also