Intersoft ClientUI Documentation
MoveToFirstAttribute Method
See Also  Send Feedback
Intersoft.Client.Documents Namespace > XPSParser Class : MoveToFirstAttribute Method






Moves to the first attribute.

Syntax

Visual Basic (Declaration) 
Public Overrides Function MoveToFirstAttribute() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As XPSParser
Dim value As Boolean
 
value = instance.MoveToFirstAttribute()
C# 
public override bool MoveToFirstAttribute()
Delphi 
public function MoveToFirstAttribute(): Boolean; override; 
JScript 
public override function MoveToFirstAttribute() : boolean;
Managed Extensions for C++ 
public: bool MoveToFirstAttribute(); override 
C++/CLI 
public:
bool MoveToFirstAttribute(); override 

Return Value

true if an attribute exists (the reader moves to the first attribute); otherwise, false (the position of the reader does not change).

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.