Partager via


SortCollection.Add - Méthode

Ajoute une nouvelle structure de Sort à la collection.

Espace de noms :  Microsoft.Office.Server.Search.Query
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Sub Add ( _
    strProperty As String, _
    direction As SortDirection _
)
'Utilisation
Dim instance As SortCollection
Dim strProperty As String
Dim direction As SortDirection

instance.Add(strProperty, direction)
public void Add(
    string strProperty,
    SortDirection direction
)

Paramètres

  • strProperty
    Type : System.String

    Chaîne spécifiant le nom de la propriété trier le résultat par.

Voir aussi

Référence

SortCollection classe

SortCollection - Membres

Microsoft.Office.Server.Search.Query - Espace de noms