SPField.ParseAndSetValue method
覆寫時的衍生類別中,將指定的欄位項目至指定的值。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overridable Sub ParseAndSetValue ( _
item As SPListItem, _
value As String _
)
'用途
Dim instance As SPField
Dim item As SPListItem
Dim value As String
instance.ParseAndSetValue(item, value)
public virtual void ParseAndSetValue(
SPListItem item,
string value
)
參數
item
Type: Microsoft.SharePoint.SPListItem其欄位設定為指定的值清單項目。
value
Type: System.String要設定的清單項目值。
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | item是 null 。 |
SPException | value需要,為空白或 null 。 |
備註
預設實作會將指定的清單項目設定為指定的值。如果值是必要的value不能 null 。如果值,則不需要value是 null ,此方法會item至 null 中將欄位的值。