Site.GetCustomListTemplates 方法

Specifies the collection of custom list templates for a given site.

命名空间:  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 GetCustomListTemplates ( _
    web As Web _
) As ListTemplateCollection
用法
Dim instance As Site
Dim web As Web
Dim returnValue As ListTemplateCollection

returnValue = instance.GetCustomListTemplates(web)
public ListTemplateCollection GetCustomListTemplates(
    Web web
)

参数

返回值

类型:Microsoft.SharePoint.Client.ListTemplateCollection
Returns a ListTemplateCollection.instance representing the collection of custom list templates for a given site.

另请参阅

引用

Site 类

Site 成员

Microsoft.SharePoint.Client 命名空间