DelegatingXmlDictionaryReader.ReadAttributeValue 方法

Parses the attribute value into one or more Text, EntityReference, or EndEntity nodes.

命名空间: Microsoft.IdentityModel.Protocols.XmlSignature
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)

用法

    Dim instance As DelegatingXmlDictionaryReader
Dim returnValue As Boolean

returnValue = instance.ReadAttributeValue

语法

声明
Public Overrides Function ReadAttributeValue As Boolean
public override bool ReadAttributeValue ()
public:
virtual bool ReadAttributeValue () override
public boolean ReadAttributeValue ()
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.

线程安全

此类型的任何公共静态(在 Visual Basic 中为 Shared)成员都是线程安全的。但不能保证任何实例成员是线程安全的。

平台

开发平台

Windows Server 2003, Windows Vista

Target Platforms

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

请参见

参考

DelegatingXmlDictionaryReader 类
DelegatingXmlDictionaryReader 成员
Microsoft.IdentityModel.Protocols.XmlSignature 命名空间