del método ListItem.GetChanges
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
Public Function GetChanges ( _
query As ChangeQuery _
) As ChangeCollection
'Uso
Dim instance As ListItem
Dim query As ChangeQuery
Dim returnValue As ChangeCollection
returnValue = instance.GetChanges(query)
public ChangeCollection GetChanges(
ChangeQuery query
)
Parámetros
- query
Tipo: Microsoft.SharePoint.Client.ChangeQuery
Valor devuelto
Tipo: Microsoft.SharePoint.Client.ChangeCollection