Freigeben über


ClientPeoplePicker-Klasse

Vererbungshierarchie

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.SharePoint.WebControls.ClientPeoplePicker

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

Syntax

'Declaration
<ValidationPropertyAttribute("InitialUserAccounts")> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class ClientPeoplePicker _
    Inherits WebControl _
    Implements IValidator, IPostBackDataHandler
'Usage
Dim instance As ClientPeoplePicker
[ValidationPropertyAttribute("InitialUserAccounts")]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class ClientPeoplePicker : WebControl, 
    IValidator, IPostBackDataHandler

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

ClientPeoplePicker-Member

Microsoft.SharePoint.WebControls-Namespace