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

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

Parameters

Property Value

Type: TLI.InterfaceInfo

.NET Framework Security

See Also

Reference

Interfaces Interface

Interfaces Members

TLI Namespace