次の方法で共有


ListItem.ValidateUpdateListItem メソッド

名前空間:  Microsoft.SharePoint.Client
アセンブリ:   Microsoft.SharePoint.Client.Silverlight (Microsoft.SharePoint.Client.Silverlight.dll 内);  Microsoft.SharePoint.Client.Phone (Microsoft.SharePoint.Client.Phone.dll 内)  Microsoft.SharePoint.Client (Microsoft.SharePoint.Client.dll 内)

構文

'宣言
Public Function ValidateUpdateListItem ( _
    formValues As IList(Of ListItemFormUpdateValue), _
    bNewDocumentUpdate As Boolean, _
    checkInComment As String _
) As IList(Of ListItemFormUpdateValue)
'使用
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
)

パラメーター

戻り値

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

関連項目

参照先

ListItem クラス

ListItem メンバー

Microsoft.SharePoint.Client 名前空間