SearchResults._OldItem 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 _OldItem ( _
    Index As Short _
) As SearchItem
'Usage
Dim instance As SearchResults 
Dim Index As Short 
Dim value As SearchItem 

value = instance._OldItem(Index)
SearchItem this[
    short Index
] { get; }
property SearchItem^ _OldItem[[InAttribute] short Index] {
    SearchItem^ get ([InAttribute] short Index);
}
JScript does not support indexed properties.

Parameters

Property Value

Type: TLI.SearchItem

.NET Framework Security

See Also

Reference

SearchResults Interface

SearchResults Members

TLI Namespace