SearchResults.Sort 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
Sub Sort ( _
    CustomSort As CustomSort _
)
'Usage
Dim instance As SearchResults 
Dim CustomSort As CustomSort

instance.Sort(CustomSort)
void Sort(
    CustomSort CustomSort
)
void Sort(
    [InAttribute] CustomSort^ CustomSort
)
function Sort(
    CustomSort : CustomSort
)

Parameters

.NET Framework Security

See Also

Reference

SearchResults Interface

SearchResults Members

TLI Namespace