Partager via


QueryResultBase.GetItemUrl, méthode (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.

Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Protected Overridable Function GetItemUrl ( _
    objectDataRow As DataRow _
) As String
'Utilisation
Dim objectDataRow As DataRow
Dim returnValue As String

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

Paramètres

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

Valeur de retour

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

Remarques

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

Voir aussi

Référence

QueryResultBase, classe
Membres QueryResultBase
Microsoft.SharePoint.Portal.WebControls, espace de noms