SortCollection.Item - Propriété
Obtient la structure spécifiée Sort à partir de 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 ReadOnly Default Property Item ( _
index As Integer _
) As Sort
Get
'Utilisation
Dim instance As SortCollection
Dim index As Integer
Dim value As Sort
value = instance(index)
public Sort this[
int index
] { get; }
Paramètres
index
Type : System.Int32Entier 32 bits qui indique la position d'index de la structure spécifiée Sort .
Valeur de propriété
Type : Microsoft.Office.Server.Search.Query.Sort