SearchResults.Item 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 Default Property Item ( _
    Index As Integer _
) As SearchItem
'Usage
Dim instance As SearchResults 
Dim Index As Integer 
Dim value As SearchItem 

value = instance(Index)
SearchItem this[
    int Index
] { get; }
property SearchItem^ default[[InAttribute] int Index] {
    SearchItem^ get ([InAttribute] int 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