Share via


HtmlTagContext.AttributeCollection.Enumerator.MoveNext Method

The MoveNext method moves the current position to the next HtmlTagContextAttribute structure.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Function MoveNext As Boolean
'Usage
Dim instance As HtmlTagContext.AttributeCollection.Enumerator
Dim returnValue As Boolean

returnValue = instance.MoveNext()
public bool MoveNext()

Return Value

Type: System.Boolean
The MoveNext method returns true if there was another HtmlTagContextAttribute structure to which to move. Otherwise it returns false.

Implements

IEnumerator.MoveNext()