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
)
パラメーター
- formValues
型: System.Collections.Generic.IList<ListItemFormUpdateValue>
- bNewDocumentUpdate
型: System.Boolean
- checkInComment
型: System.String
戻り値
型: System.Collections.Generic.IList<ListItemFormUpdateValue>