SearchResults.LocateSorted Method

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
Function LocateSorted ( _
    CustomSort As CustomSort _
) As Integer
'Usage
Dim instance As SearchResults 
Dim CustomSort As CustomSort 
Dim returnValue As Integer 

returnValue = instance.LocateSorted(CustomSort)
int LocateSorted(
    CustomSort CustomSort
)
int LocateSorted(
    [InAttribute] CustomSort^ CustomSort
)
function LocateSorted(
    CustomSort : CustomSort
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

SearchResults Interface

SearchResults Members

TLI Namespace