Site.GetCustomListTemplates 方法
指定特定網站自訂清單範本的集合。
命名空間: 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
)
參數
web
類型:Microsoft.SharePoint.Client.Web指定包含要傳回的自訂清單範本的網站。
傳回值
類型:Microsoft.SharePoint.Client.ListTemplateCollection
傳回代表的自訂清單範本,來指定網站集合ListTemplateCollection.instance。