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
- index
Type: System.Int32
The zero-based index of the HtmlTagContextAttribute structure to get.
Property Value
Type: Microsoft.Exchange.Data.TextConverters.HtmlTagContextAttribute