Partager via


View.RenderAsHtml - Méthode

Returns the list view as HTML.

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Function RenderAsHtml As ClientResult(Of String)
'Utilisation
Dim instance As View
Dim returnValue As ClientResult(Of String)

returnValue = instance.RenderAsHtml()
public ClientResult<string> RenderAsHtml()

Valeur renvoyée

Type : Microsoft.SharePoint.Client.ClientResult<String>
Returns a ClientResult<T> instance representing the list view as HTML.

Exceptions

Exception Condition
[System.UnauthorizedAccessException]

The current user has insufficient permissions. Error code: -2147024891.

Remarques

It must be HTML.

Voir aussi

Référence

View classe

View - Membres

Microsoft.SharePoint.Client - Espace de noms