Intersoft ClientUI Documentation
MoveToNextAttribute Method



Moves to the next attribute.
Syntax
Public Overrides Function MoveToNextAttribute() As Boolean
Dim instance As XPSParser
Dim value As Boolean
 
value = instance.MoveToNextAttribute()
public override bool MoveToNextAttribute()
public:
bool MoveToNextAttribute(); override 

Return Value

true if there is a next attribute; false if there are no more attributes.
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