SPFieldNumber.GetFieldValueForEdit 方法
返回处于编辑模式编辑和新建表单中呈现的字段值。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overrides Function GetFieldValueForEdit ( _
value As Object _
) As String
用法
Dim instance As SPFieldNumber
Dim value As Object
Dim returnValue As String
returnValue = instance.GetFieldValueForEdit(value)
public override string GetFieldValueForEdit(
Object value
)
参数
value
类型:System.Object一个表示要转换的值对象的对象。
返回值
类型:System.String
一个字符串,包含要在编辑模式中呈现的字段值。