ListCollection.GetById 方法

获取客户端对象模型 (CSOM) 运行时的当前客户端上下文。

命名空间:  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 GetById ( _
    id As Guid _
) As List
用法
Dim instance As ListCollection
Dim id As Guid
Dim returnValue As List

returnValue = instance.GetById(id)
public List GetById(
    Guid id
)

参数

返回值

类型:Microsoft.SharePoint.Client.List
返回表示与指定的列表标识符列表List实例。

异常

异常 条件
[Microsoft.SharePoint.SPException]

列表不存在。错误代码 ︰-2130246262。

[System.UnauthorizedAccessException]

当前用户没有足够的权限。错误代码:-2147024891。

另请参阅

引用

ListCollection 类

ListCollection 成员

Microsoft.SharePoint.Client 命名空间