Parses the attribute value into one or more Text, EntityReference, or EndEntity nodes.
Пространство имен: Microsoft.IdentityModel.Protocols.XmlSignature
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As DelegatingXmlDictionaryReader
Dim returnValue As Boolean

returnValue = instance.ReadAttributeValue

Синтаксис

Visual Basic
Public Overrides Function ReadAttributeValue As Boolean
C#
public override bool ReadAttributeValue ()
C++
public:
virtual bool ReadAttributeValue () override
J#
public boolean ReadAttributeValue ()
JScript
public override function ReadAttributeValue () : boolean

Возвращаемое значение

true if there are nodes to return.false if the reader is not positioned on an attribute node when the initial call is made or if all the attribute values have been read.

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также