ChangedItemCollection Class

A collection of ChangedItem objects.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Taxonomy.Generic.GenericCollection<ChangedItem>
    Microsoft.SharePoint.Taxonomy.ChangedItemCollection

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ChangedItemCollection _
    Inherits GenericCollection(Of ChangedItem)
'Usage
Dim instance As ChangedItemCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ChangedItemCollection : GenericCollection<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.Taxonomy Namespace

GenericCollection<T>