HtmlAttributeReader.ReadNext method
The ReadNext() method advances to the next attribute in the tag token.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadNext As Boolean
'Usage
Dim instance As HtmlAttributeReader
Dim returnValue As Boolean
returnValue = instance.ReadNext()
public bool ReadNext()
Return value
Type: System.Boolean
The ReadNext() method returns true if the reader advances to the first or next attribute; otherwise, false to indicate that there are no more attributes to read.