ClientValueObjectCollection<T> classe
Representa uma coleção de objetos de valor.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.ClientValueObjectCollection<T>
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll)
Sintaxe
'Declaração
Public MustInherit Class ClientValueObjectCollection(Of T) _
Inherits ClientValueObject _
Implements IEnumerable
'Uso
Dim instance As ClientValueObjectCollection(Of T)
public abstract class ClientValueObjectCollection<T> : ClientValueObject,
IEnumerable
Parâmetros de tipo
- T
O tipo do elemento filho.
Comentários
Essa classe é uma classe base a ser usado para implementar coleções de objeto de valor.
Segurança de thread
Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.