ListItem.GetChanges método
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)
Sintaxe
'Declaração
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 retornado
Tipo: Microsoft.SharePoint.Client.ChangeCollection