HtmlTagContext.AttributeCollection.IEnumerable<HtmlTagContextAttribute>.GetEnumerator Method
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Private Function GetEnumerator As IEnumerator(Of HtmlTagContextAttribute)
Implements IEnumerable(Of HtmlTagContextAttribute).GetEnumerator
'Usage
Dim instance As HtmlTagContext.AttributeCollection
Dim returnValue As IEnumerator(Of HtmlTagContextAttribute)
returnValue = CType(instance, IEnumerable(Of HtmlTagContextAttribute)).GetEnumerator()
IEnumerator<HtmlTagContextAttribute> IEnumerable<HtmlTagContextAttribute>.GetEnumerator()
Return Value
Type: System.Collections.Generic.IEnumerator<HtmlTagContextAttribute>