Partager via


ListItem.ValidateUpdateListItem - Méthode

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Function ValidateUpdateListItem ( _
    formValues As IList(Of ListItemFormUpdateValue), _
    bNewDocumentUpdate As Boolean, _
    checkInComment As String _
) As IList(Of ListItemFormUpdateValue)
'Utilisation
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
)

Paramètres

Valeur renvoyée

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

Voir aussi

Référence

ListItem classe

ListItem - Membres

Microsoft.SharePoint.Client - Espace de noms