Share via


ChangedItemCollection constructor

A collection of ChangedItem objects.

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

Syntax

'Declaration
Public Sub New ( _
    context As ClientRuntimeContext, _
    objectPath As ObjectPath _
)
'Usage
Dim context As ClientRuntimeContext
Dim objectPath As ObjectPath

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

Parameters

Remarks

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

See also

Reference

ChangedItemCollection class

ChangedItemCollection members

Microsoft.SharePoint.Client.Taxonomy namespace

GenericCollection<T>