Share via


SPFieldUserValueCollection class

Contém uma coleção de valores de campo do usuário.

Inheritance hierarchy

System.Object
  System.Collections.Generic.List<SPFieldUserValue>
    Microsoft.SharePoint.SPFieldUserValueCollection

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
<SerializableAttribute> _
Public Class SPFieldUserValueCollection _
    Inherits List(Of SPFieldUserValue) _
    Implements ISerializable
'Uso
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.

Ver também

Referência

SPFieldUserValueCollection members

Microsoft.SharePoint namespace