SPFieldUserValue constructor (SPWeb, Int32, String)
初始化根據指定的 Web 站台、 尋查識別碼和查閱值的SPFieldUserValue類別的新執行個體。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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
Type: Microsoft.SharePoint.SPWeb要建立欄位的網站。
lookupId
Type: System.Int32指定使用者欄位識別碼的 32 位元整數。
lookupValue
Type: System.String[使用者] 欄位的值。