Field.ValidateSetValue メソッド
Validates and sets the value of the field for the list item based on an implementation-specific transformation of the value.
名前空間: 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 Sub ValidateSetValue ( _
item As ListItem, _
value As String _
)
'使用
Dim instance As Field
Dim item As ListItem
Dim value As String
instance.ValidateSetValue(item, value)
public void ValidateSetValue(
ListItem item,
string value
)
パラメーター
item
型: Microsoft.SharePoint.Client.ListItemSpecifies the list item to be updated with the new value.
value
型: System.StringSpecifies the new value for the field (2).
注釈
The item parameter must not be null 参照 (Visual Basic のNothing ).