HtmlTagContext.AttributeCollection Structure

The HtmlTagContext.AttributeCollection structure is a collection of HtmlTagContextAttribute structures that represent the attributes of the HTML tag that caused the callback to the HtmlTagCallback delegate.

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

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public Structure AttributeCollection _
    Implements IEnumerable(Of HtmlTagContextAttribute), IEnumerable
'Usage
Dim instance As HtmlTagContext.AttributeCollection
[DefaultMemberAttribute("Item")]
public struct AttributeCollection : IEnumerable<HtmlTagContextAttribute>, 
    IEnumerable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.