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
[DefaultMemberAttribute("Item")]
public struct AttributeCollection : IEnumerable<HtmlTagContextAttribute>, IEnumerable
[DefaultMemberAttribute(L"Item")]
public value class AttributeCollection : IEnumerable<HtmlTagContextAttribute>, IEnumerable
/** @attribute DefaultMemberAttribute("Item") */
public final class AttributeCollection extends ValueType implements IEnumerable<HtmlTagContextAttribute>,
IEnumerable
JScript suports the use of structures, but not the declaration of new ones.
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.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003