Share via


Constants.IndexedItem Property

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  TLI
Assembly:  Microsoft.TLI.Interop (in Microsoft.TLI.Interop.dll)

Syntax

'Declaration
ReadOnly Property IndexedItem ( _
    TypeInfoNumber As Short _
) As ConstantInfo
'Usage
Dim instance As Constants 
Dim TypeInfoNumber As Short 
Dim value As ConstantInfo 

value = instance.IndexedItem(TypeInfoNumber)
ConstantInfo this[
    short TypeInfoNumber
] { get; }
property ConstantInfo^ IndexedItem[[InAttribute] short TypeInfoNumber] {
    ConstantInfo^ get ([InAttribute] short TypeInfoNumber);
}
JScript does not support indexed properties.

Parameters

Property Value

Type: TLI.ConstantInfo

.NET Framework Security

See Also

Reference

Constants Interface

Constants Members

TLI Namespace