SPFieldUserValue 构造函数 (SPWeb, Int32, String)

根据指定的网站,查阅 ID 和查找值的SPFieldUserValue类的新实例进行初始化。

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

语法

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

Dim instance As New SPFieldUserValue(web, lookupId, _
    lookupValue)
public SPFieldUserValue(
    SPWeb web,
    int lookupId,
    string lookupValue
)

参数

  • lookupId
    类型:System.Int32

    32 位整数,它指定用户字段的 ID。

另请参阅

引用

SPFieldUserValue 类

SPFieldUserValue 成员

SPFieldUserValue 重载

Microsoft.SharePoint 命名空间