ListCollection.GetByTitle 方法

从集合中返回具有指定标题的列表。

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

returnValue = instance.GetByTitle(title)
public List GetByTitle(
    string title
)

参数

  • title
    类型:System.String

    包含列表标题的字符串。

    它不能空引用(无 在 Visual Basic 中)。它不为空。其长度必须等于或小于 255。

返回值

类型:Microsoft.SharePoint.Client.List
表示列表List对象。

异常

异常 条件
ArgumentException

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

UnauthorizedAccessException

当前用户具有足够权限执行该操作。错误代码:-2147024891。

另请参阅

引用

ListCollection 类

ListCollection 成员

Microsoft.SharePoint.Client 命名空间