QueryResultBase.GetCurrentRow, méthode (Microsoft.SharePoint.Portal.WebControls)
Override the GetCurrentRow method of the QueryResultBase class to get the current row in the search result set.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Protected Overrides Function GetCurrentRow As Object
'Utilisation
Dim returnValue As Object
returnValue = Me.GetCurrentRow
protected override Object GetCurrentRow ()
Valeur de retour
object that represents the current row in the result set. Default value is null.
Remarques
The GetCurrentRow method returns null in this class. Override this method in your derived class to get the current row in the search result set.
Voir aussi
Référence
QueryResultBase, classe
Membres QueryResultBase
Microsoft.SharePoint.Portal.WebControls, espace de noms