Compartir a través de


del constructor ChangedItemCollection

Una colección de objetos de ChangedItem .

Espacio de nombres:  Microsoft.SharePoint.Client.Taxonomy
Ensamblados:   Microsoft.SharePoint.Client.Taxonomy.Silverlight (en Microsoft.SharePoint.Client.Taxonomy.Silverlight.dll);  Microsoft.SharePoint.Client.Taxonomy.Phone (en Microsoft.SharePoint.Client.Taxonomy.Phone.dll)  Microsoft.SharePoint.Client.Taxonomy (en Microsoft.SharePoint.Client.Taxonomy.dll)

Sintaxis

'Declaración
Public Sub New ( _
    context As ClientRuntimeContext, _
    objectPath As ObjectPath _
)
'Uso
Dim context As ClientRuntimeContext
Dim objectPath As ObjectPath

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

Parámetros

Comentarios

Proporciona soporte estándar para las interfaces IEnumerator y ICollection y un indizador de enteros a través de la clase base GenericCollection<T> .

Vea también

Referencia

clase ChangedItemCollection

Miembros ChangedItemCollection

Espacio de nombres Microsoft.SharePoint.Client.Taxonomy

GenericCollection<T>