SPFieldUserValueCollection class
包含使用者欄位值的集合。
Inheritance hierarchy
System.Object
System.Collections.Generic.List<SPFieldUserValue>
Microsoft.SharePoint.SPFieldUserValueCollection
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<SerializableAttribute> _
Public Class SPFieldUserValueCollection _
Inherits List(Of SPFieldUserValue) _
Implements ISerializable
'用途
Dim instance As SPFieldUserValueCollection
[SerializableAttribute]
public class SPFieldUserValueCollection : List<SPFieldUserValue>,
ISerializable
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.