Compartir a través de


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

The GetItemUrl method of the QueryResultBase class gets the URL of the specifed DataRow that represents one item in the result set.

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

Sintaxis

'Declaración
Protected Overridable Function GetItemUrl ( _
    objectDataRow As DataRow _
) As String
'Uso
Dim objectDataRow As DataRow
Dim returnValue As String

returnValue = Me.GetItemUrl(objectDataRow)
protected virtual string GetItemUrl (
    DataRow objectDataRow
)

Parámetros

  • objectDataRow
    DataRow that represents one item in the result set.

Valor devuelto

String that contains the URL of the item specified in the objectDataRow parameter.

Comentarios

This method calls the GetItemUrl method in this class's base class.

Vea también

Referencia

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