Parses the attribute value into one or
more Text, EntityReference, or EndEntity nodes.
Namespace:
Microsoft.IdentityModel.Protocols.XmlSignature
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Syntax
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
|
Return Value
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.
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