Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetReader.MoveToAttribute(string) Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetReader Class > MoveToAttribute Method : MoveToAttribute(String) Method



name
The qualified name of the attribute.
Moves to the attribute specified by the qualified name.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Overloads Overrides Public NotOverridable Function MoveToAttribute( _
   ByVal name As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim name As String
Dim value As Boolean
 
value = instance.MoveToAttribute(name)
C# 
public override bool MoveToAttribute( 
   string name
)
C++/CLI 
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.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

XmlFastInfosetReader Class
XmlFastInfosetReader Members
Overload List
Base Implementation in System.Xml.XmlReader