ResultTable.Item - Propriété (Int32)
Obtient un résultat de recherche à partir de la collection, en fonction de l'index spécifié.
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 ( _
i As Integer _
) As Object
Get
'Utilisation
Dim instance As ResultTable
Dim i As Integer
Dim value As Object
value = instance(i)
public Object this[
int i
] { get; }
Paramètres
i
Type : System.Int32L'index de ligne.
Valeur de propriété
Type : System.Object
La ligne qui contient le résultat de la recherche.