共用方式為


SPFieldLookupValue constructor (String)

初始化根據指定的欄位值的SPFieldLookupValue類別的新執行個體。

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

Syntax

'宣告
Public Sub New ( _
    fieldValue As String _
)
'用途
Dim fieldValue As String

Dim instance As New SPFieldLookupValue(fieldValue)
public SPFieldLookupValue(
    string fieldValue
)

參數

備註

fieldValue參數的格式的相關資訊,請參閱ToString()方法。

請參閱

參照

SPFieldLookupValue class

SPFieldLookupValue members

SPFieldLookupValue overload

Microsoft.SharePoint namespace