Partager via


Site.GetCustomListTemplates - Méthode

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

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Function GetCustomListTemplates ( _
    web As Web _
) As ListTemplateCollection
'Utilisation
Dim instance As Site
Dim web As Web
Dim returnValue As ListTemplateCollection

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

Paramètres

Valeur renvoyée

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

Voir aussi

Référence

Site classe

Site - Membres

Microsoft.SharePoint.Client - Espace de noms