Share via


DelegatingXmlDictionaryReader.MoveToAttribute Method (String)

Moves to the attribute with the given local name.

Namespace: Microsoft.IdentityModel.Protocols.XmlSignature
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

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

returnValue = instance.MoveToAttribute(name)

Syntax

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

Parameter

  • name
    The qualified name of the attribute.

Rückgabewert

true if the attribute is found; otherwise, false.

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

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

Siehe auch

Referenz

DelegatingXmlDictionaryReader Class
DelegatingXmlDictionaryReader Members
Microsoft.IdentityModel.Protocols.XmlSignature Namespace