Share via


SPList.RenderAsHtml - Méthode

Gets the results of the specified query in HTML format.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Function RenderAsHtml ( _
    query As SPQuery _
) As String
'Utilisation
Dim instance As SPList
Dim query As SPQuery
Dim returnValue As String

returnValue = instance.RenderAsHtml(query)
public string RenderAsHtml(
    SPQuery query
)

Paramètres

Valeur renvoyée

Type : System.String
The results of the query in HTML format.

Voir aussi

Référence

SPList classe

SPList - Membres

Microsoft.SharePoint - Espace de noms