Intersoft ClientUI Documentation
MoveToAttribute(String,String) Method



The local name of the attribute.
The namespace URI of the attribute.
Moves to the attribute with the specified System.Xml.XmlReader.LocalName and System.Xml.XmlReader.NamespaceURI.
Syntax
Public Overloads Overrides Function MoveToAttribute( _
   ByVal name As String, _
   ByVal ns As String _
) As Boolean
Dim instance As XPSParser
Dim name As String
Dim ns As String
Dim value As Boolean
 
value = instance.MoveToAttribute(name, ns)
public override bool MoveToAttribute( 
   string name,
   string ns
)
public:
bool MoveToAttribute( 
   String^ name,
   String^ ns
) override 

Parameters

name
The local name of the attribute.
ns
The namespace URI 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