次の方法で共有


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 名前空間