Freigeben über


SPMobileCommentsTitleControl-Klasse

HINWEIS: Diese API ist veraltet.

Rendert ein Steuerelement für den Titel einer Liste von Kommentaren auf einer mobilen Blogwebsite.

Vererbungshierarchie

System.Object
  System.Web.UI.Control
    System.Web.UI.MobileControls.MobileControl
      Microsoft.SharePoint.MobileControls.SPMobileComponent
        Microsoft.SharePoint.MobileControls.SPMobileListTitleControl
          Microsoft.SharePoint.MobileControls.SPMobileCommentsTitleControl

Namespace:  Microsoft.SharePoint.MobileControls
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)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class SPMobileCommentsTitleControl _
    Inherits SPMobileListTitleControl
'Usage
Dim instance As SPMobileCommentsTitleControl
[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)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class SPMobileCommentsTitleControl : SPMobileListTitleControl

Hinweise

Das Steuerelement verfügt über ein Etikett oder ein Link untergeordnetes Steuerelement, das den Text des Titels tatsächlich rendert.

Threadsicherheit

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

Siehe auch

Referenz

SPMobileCommentsTitleControl-Member

Microsoft.SharePoint.MobileControls-Namespace