ClientObjectList<T> - Classe
Représente une liste d'objets clients.
Hiérarchie d’héritage
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<T>
Microsoft.SharePoint.Client.ClientObjectList<T>
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)
Syntaxe
'Déclaration
Public NotInheritable Class ClientObjectList(Of T As ClientObject) _
Inherits ClientObjectCollection(Of T)
'Utilisation
Dim instance As ClientObjectList(Of T)
public sealed class ClientObjectList<T> : ClientObjectCollection<T>
where T : ClientObject
Paramètres de type
- T
Le type d'objets client dans la liste.
Cohérence de thread
Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.