次の方法で共有


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
)

パラメーター

  • value
    型: System.String

    Specifies the new value for the field (2).

注釈

The item parameter must not be null 参照 (Visual Basic のNothing ).

関連項目

参照先

Field クラス

Field メンバー

Microsoft.SharePoint.Client 名前空間