Partager via


CustomSettingsControl - Classe

Représente un contrôle qui est affiché pour une stratégie dans la page Modifier une stratégie de gestion des informations.

Hiérarchie d’héritage

System.Object
  System.Web.UI.Control
    System.Web.UI.TemplateControl
      System.Web.UI.UserControl
        Microsoft.Office.RecordsManagement.InformationPolicy.CustomSettingsControl

Espace de noms :  Microsoft.Office.RecordsManagement.InformationPolicy
Assembly :  Microsoft.Office.Policy (dans Microsoft.Office.Policy.dll)

Syntaxe

'Déclaration
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public MustInherit Class CustomSettingsControl _
    Inherits UserControl _
    Implements IPostBackDataHandler
'Utilisation
Dim instance As CustomSettingsControl
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class CustomSettingsControl : UserControl, 
    IPostBackDataHandler

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

CustomSettingsControl - Membres

Microsoft.Office.RecordsManagement.InformationPolicy - Espace de noms