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.

See also

Reference

HtmlTagContext.AttributeCollection.Enumerator structure

HtmlTagContext.AttributeCollection.Enumerator members

Microsoft.Exchange.Data.TextConverters namespace