Share via


HtmlTagContext.AttributeCollection.GetEnumerator method

The GetEnumerator method returns an enumerator that can be used to iterate over the HtmlTagContextAttribute structures in this HtmlTagContext.AttributeCollection collection.

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

Syntax

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

returnValue = instance.GetEnumerator()
public HtmlTagContext.AttributeCollection.Enumerator GetEnumerator()

Return value

Type: Microsoft.Exchange.Data.TextConverters.HtmlTagContext.AttributeCollection.Enumerator

See also

Reference

HtmlTagContext.AttributeCollection structure

HtmlTagContext.AttributeCollection members

Microsoft.Exchange.Data.TextConverters namespace