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
)
参数
web
类型:Microsoft.SharePoint.SPWeb要在其中创建域的网站。
lookupId
类型:System.Int3232 位整数,它指定用户字段的 ID。
lookupValue
类型:System.String用户字段的值。