Share via


Declarations.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 DeclarationInfo
'Usage
Dim instance As Declarations 
Dim TypeInfoNumber As Short 
Dim value As DeclarationInfo 

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

Parameters

Property Value

Type: TLI.DeclarationInfo

.NET Framework Security

See Also

Reference

Declarations Interface

Declarations Members

TLI Namespace