SPField.GetFieldValueForEdit 方法
获取呈现处于编辑模式编辑和新建表单中的字段值。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overridable Function GetFieldValueForEdit ( _
value As Object _
) As String
用法
Dim instance As SPField
Dim value As Object
Dim returnValue As String
returnValue = instance.GetFieldValueForEdit(value)
public virtual string GetFieldValueForEdit(
Object value
)
参数
value
类型:System.Object要转换的值。
返回值
类型:System.String
在编辑模式下呈现字段值。
备注
在自定义的特定类型的类中,重写要转换的字段值 ; 此方法例如,若要将DateTime值转换为基于区域设置和编辑和新建表单中的最终用户的日历的显示格式。