Compartir a través de


del método ListItem.ValidateUpdateListItem

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 ValidateUpdateListItem ( _
    formValues As IList(Of ListItemFormUpdateValue), _
    bNewDocumentUpdate As Boolean, _
    checkInComment As String _
) As IList(Of ListItemFormUpdateValue)
'Uso
Dim instance As ListItem
Dim formValues As IList(Of ListItemFormUpdateValue)
Dim bNewDocumentUpdate As Boolean
Dim checkInComment As String
Dim returnValue As IList(Of ListItemFormUpdateValue)

returnValue = instance.ValidateUpdateListItem(formValues, _
    bNewDocumentUpdate, checkInComment)
public IList<ListItemFormUpdateValue> ValidateUpdateListItem(
    IList<ListItemFormUpdateValue> formValues,
    bool bNewDocumentUpdate,
    string checkInComment
)

Parámetros

Valor devuelto

Tipo: System.Collections.Generic.IList<ListItemFormUpdateValue>

Vea también

Referencia

clase ListItem

Miembros ListItem

Espacio de nombres Microsoft.SharePoint.Client