WebPartMobileContentPanel - Classe

Remarque : cette API est désormais obsolète.

Fournit un conteneur qui contient des contrôles mobiles ajoutés par les adaptateurs mobiles de composant WebPart.

Hiérarchie d’héritage

System.Object
  System.Web.UI.Control
    System.Web.UI.MobileControls.MobileControl
      System.Web.UI.MobileControls.Panel
        Microsoft.SharePoint.WebPartPages.WebPartMobileContentPanel

Espace de noms :  Microsoft.SharePoint.WebPartPages
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class WebPartMobileContentPanel _
    Inherits Panel
'Utilisation
Dim instance As WebPartMobileContentPanel
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class WebPartMobileContentPanel : Panel

Remarques

Tous les objets de ce type prend en charge la pagination et la propriété Id() de tous les objets de ce type est « __WebPartMobileContentPanel ». (La valeur commence par deux traits de soulignement).

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

WebPartMobileContentPanel - Membres

Microsoft.SharePoint.WebPartPages - Espace de noms