共用方式為


SPFieldLookup.GetFieldValue method

將指定的欄位值轉換成欄位型別值。

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

Syntax

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

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

參數

  • value
    Type: System.String

    要將轉換成欄位型別值的欄位值。

傳回值

Type: System.Object
欄位型別值。

備註

如果value是 null 或空白,這個方法會傳回 null 。

這個方法會傳回SPFieldLookupValueCollection輸入值,如果AllowMultipleValues屬性設定為true。否則,它會傳回SPFieldLookupValue型別值。

請參閱

參照

SPFieldLookup class

SPFieldLookup members

Microsoft.SharePoint namespace

其他資源

Custom Field Value Classes