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
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
- objectPath
Type: Microsoft.SharePoint.Client.ObjectPath
Remarks
Provides standard support for the IEnumerator and ICollection interfaces and provides an integer indexer through the GenericCollection<T> base class.