Partager via


ChangedItemCollection - Constructeur

Collection d'objets ChangedItem .

Espace de noms :  Microsoft.SharePoint.Client.Taxonomy
Assemblys :   Microsoft.SharePoint.Client.Taxonomy.Silverlight (dans Microsoft.SharePoint.Client.Taxonomy.Silverlight.dll);  Microsoft.SharePoint.Client.Taxonomy.Phone (dans Microsoft.SharePoint.Client.Taxonomy.Phone.dll)  Microsoft.SharePoint.Client.Taxonomy (dans Microsoft.SharePoint.Client.Taxonomy.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    context As ClientRuntimeContext, _
    objectPath As ObjectPath _
)
'Utilisation
Dim context As ClientRuntimeContext
Dim objectPath As ObjectPath

Dim instance As New ChangedItemCollection(context, _
    objectPath)
public ChangedItemCollection(
    ClientRuntimeContext context,
    ObjectPath objectPath
)

Paramètres

Remarques

Prend en charge standard pour les interfaces IEnumerator et ICollection et fournit un indexeur entier via la classe de base GenericCollection<T> .

Voir aussi

Référence

ChangedItemCollection classe

ChangedItemCollection - Membres

Microsoft.SharePoint.Client.Taxonomy - Espace de noms

GenericCollection<T>