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
public HtmlTagContextAttribute this [
int index
] { get; }
public:
property HtmlTagContextAttribute default [int] {
HtmlTagContextAttribute get (int index);
}
/** @property */
public HtmlTagContextAttribute get_Item (int index)
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- index
The zero-based index of the HtmlTagContextAttribute structure to get.
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