Intersoft ClientUI Documentation
MoveToAttribute(String) Method



The qualified name of the attribute.
Moves to the attribute with the specified System.Xml.XmlReader.Name.
Syntax
Public Overloads Overrides Function MoveToAttribute( _
   ByVal name As String _
) As Boolean
Dim instance As XPSParser
Dim name As String
Dim value As Boolean
 
value = instance.MoveToAttribute(name)
public override bool MoveToAttribute( 
   string name
)
public:
bool MoveToAttribute( 
   String^ name
) override 

Parameters

name
The qualified name of the attribute.

Return Value

true if the attribute is found; otherwise, false. If false, the reader's position does not change.
Exceptions
ExceptionDescription
System.NullReferenceException The name 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