次の方法で共有


AudienceEditor クラス (Microsoft.Office.Server.WebControls)

対象ユーザー名の入力と名前解決を行う機能を提供する対象ユーザーの選択と、テキスト コントロールを提供します。

名前空間: Microsoft.Office.Server.WebControls
アセンブリ: Microsoft.Office.Server (microsoft.office.server.dll 内)

構文

'宣言
<ValidationPropertyAttribute("Audiences")> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public Class AudienceEditor
    Inherits EntityEditorWithPicker
    Implements IToolPaneControl
'使用
Dim instance As AudienceEditor
[ValidationPropertyAttribute("Audiences")] 
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] 
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
public class AudienceEditor : EntityEditorWithPicker, IToolPaneControl

継承階層

System.Object
   System.Web.UI.Control
     System.Web.UI.WebControls.WebControl
       Microsoft.SharePoint.WebControls.EntityEditor
         Microsoft.SharePoint.WebControls.EntityEditorWithPicker
          Microsoft.Office.Server.WebControls.AudienceEditor
             Microsoft.SharePoint.Portal.WebControls.InputFormAudienceEditor

スレッドの安全性

この型のパブリックで静的な (Visual Basic では Shared) すべてのメンバは、スレッド セーフです。インスタンス メンバは、スレッド セーフであるとは保証されません。

関連項目

参照

AudienceEditor メンバ
Microsoft.Office.Server.WebControls 名前空間