WebPartMobileExpandCollapseScriptManager-Klasse

HINWEIS: Diese API ist veraltet.

Stellt Rendering von ECMAScript (JavaScript und JScript) ein, die die Erweiterung von visual implementiert und Reduzieren eines Webparts auf einer mobilen Seite bereit.

Vererbungshierarchie

System.Object
  System.Web.UI.Control
    System.Web.UI.MobileControls.MobileControl
      Microsoft.SharePoint.WebPartPages.WebPartMobileExpandCollapseScriptManager

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 WebPartMobileExpandCollapseScriptManager _
    Inherits MobileControl
'Usage
Dim instance As WebPartMobileExpandCollapseScriptManager
[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 WebPartMobileExpandCollapseScriptManager : MobileControl

Threadsicherheit

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

Siehe auch

Referenz

WebPartMobileExpandCollapseScriptManager-Member

Microsoft.SharePoint.WebPartPages-Namespace