SPFieldUserValue 构造函数 (SPWeb)
基于指定的 Web 站点上的SPFieldUserValue类的新实例进行初始化。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub New ( _
web As SPWeb _
)
用法
Dim web As SPWeb
Dim instance As New SPFieldUserValue(web)
public SPFieldUserValue(
SPWeb web
)
参数
web
类型:Microsoft.SharePoint.SPWeb该字段的父 Web 站点中。