| Visual Basic (Declaration) | |
|---|---|
Public Overloads Overrides NotOverridable Function MoveToAttribute( _ ByVal name As String, _ ByVal ns As String _ ) As Boolean | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As XmlFastInfosetReader Dim name As String Dim ns As String Dim value As Boolean value = instance.MoveToAttribute(name, ns) | |
Parameters
- name
- The local name of the attribute.
- ns
- The namespace URI of the attribute.