ListTemplateCollection.GetByName - Méthode
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 GetByName ( _
name As String _
) As ListTemplate
'Utilisation
Dim instance As ListTemplateCollection
Dim name As String
Dim returnValue As ListTemplate
returnValue = instance.GetByName(name)
public ListTemplate GetByName(
string name
)
Paramètres
- name
Type : System.String
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ListTemplate