Intersoft ClientUI Documentation
MoveToAttribute(Int32) Method
See Also  Send Feedback
Intersoft.Client.Documents Namespace > XPSParser Class > MoveToAttribute Method : MoveToAttribute(Int32) Method






i
The index of the attribute.
Moves to the attribute with the specified index.

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides Sub MoveToAttribute( _
   ByVal i As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As XPSParser
Dim i As Integer
 
instance.MoveToAttribute(i)
C# 
public override void MoveToAttribute( 
   int i
)
Delphi 
public procedure MoveToAttribute( 
    i: Integer
); override; 
JScript 
public override function MoveToAttribute( 
   i : int
);
Managed Extensions for C++ 
public: void MoveToAttribute( 
   int i
) override 
C++/CLI 
public:
void MoveToAttribute( 
   int i
) override 

Parameters

i
The index of the attribute.

Exceptions

ExceptionDescription
System.NullReferenceException The i value is null.

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.