Intersoft ClientUI Documentation
MoveToAttribute(Int32) Method



The index of the attribute.
Moves to the attribute with the specified index.
Syntax
Public Overloads Overrides Sub MoveToAttribute( _
   ByVal i As Integer _
) 
Dim instance As XPSParser
Dim i As Integer
 
instance.MoveToAttribute(i)
public override void MoveToAttribute( 
   int i
)
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 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
Overload List

Send Feedback