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()