Share via


HtmlTagContext.AttributeCollection members

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.

The HtmlTagContext.AttributeCollection type exposes the following members.

Properties

  Name Description
Public property Count The Count property gets the number of HtmlTagContextAttribute structures in this HtmlTagContext.AttributeCollection structure.
Public property Item The Item property gets the HtmlTagContextAttribute structure identified by index.

Top

Methods

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

Top

See also

Reference

HtmlTagContext.AttributeCollection structure

Microsoft.Exchange.Data.TextConverters namespace