Share via


HtmlTagContext.AttributeCollection.Item property

The Item property gets the HtmlTagContextAttribute structure identified by index.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As HtmlTagContextAttribute
    Get
'Usage
Dim instance As HtmlTagContext.AttributeCollection
Dim index As Integer
Dim value As HtmlTagContextAttribute

value = instance(index)
public HtmlTagContextAttribute this[
    int index
] { get; }

Parameters

Property value

Type: Microsoft.Exchange.Data.TextConverters.HtmlTagContextAttribute

See also

Reference

HtmlTagContext.AttributeCollection structure

HtmlTagContext.AttributeCollection members

Microsoft.Exchange.Data.TextConverters namespace