Compartir a través de


: QueryResultBase.GetCurrentRow (Método) (Microsoft.SharePoint.Portal.WebControls)

Override the GetCurrentRow method of the QueryResultBase class to get the current row in the search result set.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Protected Overrides Function GetCurrentRow As Object
'Uso
Dim returnValue As Object

returnValue = Me.GetCurrentRow
protected override Object GetCurrentRow ()

Valor devuelto

object that represents the current row in the result set. Default value is null.

Comentarios

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.

Vea también

Referencia

QueryResultBase (Clase)
QueryResultBase (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)