ChangedItemCollection - Classe

Collection d'objets ChangedItem .

Hiérarchie d’héritage

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

Espace de noms :  Microsoft.SharePoint.Taxonomy
Assembly :  Microsoft.SharePoint.Taxonomy (dans Microsoft.SharePoint.Taxonomy.dll)

Syntaxe

'Déclaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ChangedItemCollection _
    Inherits GenericCollection(Of ChangedItem)
'Utilisation
Dim instance As ChangedItemCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ChangedItemCollection : GenericCollection<ChangedItem>

Remarques

Fournit la prise en charge standard pour les interfaces IEnumerator et ICollection et fournit un indexeur d'entier par le biais de la classe de base GenericCollection<T> .

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.

Voir aussi

Référence

ChangedItemCollection - Membres

Microsoft.SharePoint.Taxonomy - Espace de noms

GenericCollection<T>