Intersoft ClientUI Documentation
ReadAttributeValue Method



Parses the attribute value into one or more Text, EntityReference, or EndEntity nodes.
Syntax
Public Overrides Function ReadAttributeValue() As Boolean
Dim instance As XPSParser
Dim value As Boolean
 
value = instance.ReadAttributeValue()
public override bool ReadAttributeValue()
public:
bool ReadAttributeValue(); override 

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.An empty attribute, such as, misc="", returns true with a single node with a value of String.Empty.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XPSParser Class
XPSParser Members

Send Feedback