SearchResults.Locate 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 Locate ( _
    SearchString As String, _
    CustomSort As CustomSort, _
    StartAfter As Integer _
) As Integer
'Usage
Dim instance As SearchResults 
Dim SearchString As String 
Dim CustomSort As CustomSort 
Dim StartAfter As Integer 
Dim returnValue As Integer 

returnValue = instance.Locate(SearchString, _
    CustomSort, StartAfter)
int Locate(
    string SearchString,
    CustomSort CustomSort,
    int StartAfter
)
int Locate(
    [InAttribute] String^ SearchString, 
    [InAttribute] CustomSort^ CustomSort, 
    [InAttribute] int StartAfter
)
function Locate(
    SearchString : String, 
    CustomSort : CustomSort, 
    StartAfter : int
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

SearchResults Interface

SearchResults Members

TLI Namespace