DelegatingXmlDictionaryReader.MoveToNextAttribute Method

Moves the reader to the next attribute.

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

Verwendung

    Dim instance As DelegatingXmlDictionaryReader
Dim returnValue As Boolean

returnValue = instance.MoveToNextAttribute

Syntax

'Declaration
Public Overrides Function MoveToNextAttribute As Boolean
public override bool MoveToNextAttribute ()
public:
virtual bool MoveToNextAttribute () override
public boolean MoveToNextAttribute ()
public override function MoveToNextAttribute () : boolean

Rückgabewert

Returns true if the reader is positioned at an attribute else false.

Hinweise

When returning false the reader position will not be changed.

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