del método TermGroup.GetChanges
Obtiene los cambios en el objeto especificado TermGroup .
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 Function GetChanges ( _
changeInformation As ChangeInformation _
) As ChangedItemCollection
'Uso
Dim instance As TermGroup
Dim changeInformation As ChangeInformation
Dim returnValue As ChangedItemCollection
returnValue = instance.GetChanges(changeInformation)
public ChangedItemCollection GetChanges(
ChangeInformation changeInformation
)
Parámetros
- changeInformation
Tipo: Microsoft.SharePoint.Client.Taxonomy.ChangeInformation
Valor devuelto
Tipo: Microsoft.SharePoint.Client.Taxonomy.ChangedItemCollection