Web.ListTemplates プロパティ
Gets a value that specifies the collection of list definitions and list templates available for creating lists on the 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 ReadOnly Property ListTemplates As ListTemplateCollection
Get
'使用
Dim instance As Web
Dim value As ListTemplateCollection
value = instance.ListTemplates
public ListTemplateCollection ListTemplates { get; }
プロパティ値
型: Microsoft.SharePoint.Client.ListTemplateCollection
Returns a ListTemplateCollection instance representing the collection of list definitions and list templates available for creating lists on the site.
注釈
Use the GetCustomListTemplates method of the Site class to return only the list templates that are created by users.