ChangedItemCollection class

A collection of ChangedItem objects.

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
Assembly:  Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)

Syntax

'Declaration
Public NotInheritable Class ChangedItemCollection _
    Inherits ClientObjectCollection(Of ChangedItem)
'Usage
Dim instance As ChangedItemCollection
public sealed class ChangedItemCollection : ClientObjectCollection<ChangedItem>

Remarks

Provides standard support for the IEnumerator and ICollection interfaces and provides an integer indexer through the GenericCollection<T> base class.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ChangedItemCollection members

Microsoft.SharePoint.Client.Taxonomy namespace

GenericCollection<T>