Share via


RibbonPeripheralContent - Classe

Un conteneur pour le contenu à afficher dans une des sections de contenu PERIPHERIQUE de la Ruban Serveur.

Hiérarchie d’héritage

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.Web.CommandUI.RibbonPeripheralContent
        Microsoft.SharePoint.WebControls.SPRibbonPeripheralContent

Espace de noms :  Microsoft.Web.CommandUI
Assembly :  Microsoft.Web.CommandUI (dans Microsoft.Web.CommandUI.dll)

Syntaxe

'Déclaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class RibbonPeripheralContent _
    Inherits WebControl
'Utilisation
Dim instance As RibbonPeripheralContent
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class RibbonPeripheralContent : WebControl

Remarques

N'utilisez pas les types ou les membres de l'espace de noms Microsoft.Web.CommandUI pour le développement dans un environnement SharePoint, mais utilisez plutôt SPRibbon et les types connexes dans l'espace de noms Microsoft.SharePoint.WebControls . Pour plus d'informations sur la personnalisation du ruban dans SharePoint Foundation voir The Ribbon in SharePoint Foundation.

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

RibbonPeripheralContent - Membres

Microsoft.Web.CommandUI - Espace de noms