SPFieldLookupValue 构造函数 (Int32, String)

根据指定的查找标识符 (ID) 和值的SPFieldLookupValue类的新实例进行初始化。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Sub New ( _
    lookupId As Integer, _
    lookupValue As String _
)
用法
Dim lookupId As Integer
Dim lookupValue As String

Dim instance As New SPFieldLookupValue(lookupId, _
    lookupValue)
public SPFieldLookupValue(
    int lookupId,
    string lookupValue
)

参数

  • lookupId
    类型:System.Int32

    32 位整数,它指定查阅字段的 ID。

  • lookupValue
    类型:System.String

    一个字符串,包含查阅字段的值。

另请参阅

引用

SPFieldLookupValue 类

SPFieldLookupValue 成员

SPFieldLookupValue 重载

Microsoft.SharePoint 命名空间