WebPartMobileContentPanel-Klasse

HINWEIS: Diese API ist veraltet.

Stellt einen Container, der mobilen Steuerelemente, die von mobilen webpartadapter hinzugefügte enthält.

Vererbungshierarchie

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

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

Syntax

'Declaration
<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
'Usage
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

Hinweise

Alle Objekte dieses Typs Paginierung unterstützen, und die Id() -Eigenschaft aller solche Objekte ist "__WebPartMobileContentPanel". (Der Wert beginnt mit zwei Unterstriche.)

Threadsicherheit

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

Siehe auch

Referenz

WebPartMobileContentPanel-Member

Microsoft.SharePoint.WebPartPages-Namespace