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
)
パラメーター
web
型: Microsoft.SharePoint.Client.WebSpecifies the site that contains the custom list templates to be returned.
戻り値
型: Microsoft.SharePoint.Client.ListTemplateCollection
Returns a ListTemplateCollection.instance representing the collection of custom list templates for a given site.