ChangedItemCollection classe
Uma coleção de objetos ChangedItem .
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<ChangedItem>
Microsoft.SharePoint.Client.Taxonomy.ChangedItemCollection
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assemblies: Microsoft.SharePoint.Client.Taxonomy.Silverlight (em Microsoft.SharePoint.Client.Taxonomy.Silverlight.dll); Microsoft.SharePoint.Client.Taxonomy.Phone (em Microsoft.SharePoint.Client.Taxonomy.Phone.dll) Microsoft.SharePoint.Client.Taxonomy (em Microsoft.SharePoint.Client.Taxonomy.dll)
Sintaxe
'Declaração
Public NotInheritable Class ChangedItemCollection _
Inherits ClientObjectCollection(Of ChangedItem)
'Uso
Dim instance As ChangedItemCollection
public sealed class ChangedItemCollection : ClientObjectCollection<ChangedItem>
Comentários
Fornece suporte padrão para as interfaces IEnumerator e ICollection e fornece um indexador inteiro através da classe de base GenericCollection<T> .
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.