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
Public Structure AttributeCollection
'Usage
Dim instance As HtmlTagContext.AttributeCollection
public struct AttributeCollection

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.

See also

Reference

HtmlTagContext.AttributeCollection members

Microsoft.Exchange.Data.TextConverters namespace