共用方式為


SPFieldCurrency.GetFieldValueForEdit method

傳回要呈現在編輯模式下,在 [編輯] 和 [新增表單欄位值。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Overrides Function GetFieldValueForEdit ( _
    value As Object _
) As String
'用途
Dim instance As SPFieldCurrency
Dim value As Object
Dim returnValue As String

returnValue = instance.GetFieldValueForEdit(value)
public override string GetFieldValueForEdit(
    Object value
)

參數

  • value
    Type: System.Object

    object ,表示要轉換的值物件。

傳回值

Type: System.String
字串,包含在編輯模式中使用的欄位值。

請參閱

參照

SPFieldCurrency class

SPFieldCurrency members

Microsoft.SharePoint namespace