ClientValueObjectCollection<T> - Classe
Represents a collection of value objects.
Hiérarchie d’héritage
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.ClientValueObjectCollection<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 MustInherit Class ClientValueObjectCollection(Of T) _
Inherits ClientValueObject _
Implements IEnumerable
'Utilisation
Dim instance As ClientValueObjectCollection(Of T)
public abstract class ClientValueObjectCollection<T> : ClientValueObject,
IEnumerable
Paramètres de type
- T
The type of the child element.
Remarques
This class is a base class to be used to implement value object collections.
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.