View.RenderAsHtml 方法

Returns the list view as HTML.

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)

语法

声明
Public Function RenderAsHtml As ClientResult(Of String)
用法
Dim instance As View
Dim returnValue As ClientResult(Of String)

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

返回值

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

异常

异常 条件
[System.UnauthorizedAccessException]

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

备注

It must be HTML.

另请参阅

引用

View 类

View 成员

Microsoft.SharePoint.Client 命名空间