Freigeben über


SPMobileCommentsNavigation-Klasse

HINWEIS: Diese API ist veraltet.

Gibt einen Link zu einer Seite Kommentare-orientierten auf einer mobilen Blogwebsite.

Vererbungshierarchie

System.Object
  System.Web.UI.Control
    System.Web.UI.MobileControls.MobileControl
      Microsoft.SharePoint.MobileControls.SPMobileComponent
        Microsoft.SharePoint.MobileControls.SPMobileNavigation
          Microsoft.SharePoint.MobileControls.SPMobileLinkNavigation
            Microsoft.SharePoint.MobileControls.SPMobileCommentsNavigation
              Microsoft.SharePoint.MobileControls.SPMobileCommentsListViewNavigation
              Microsoft.SharePoint.MobileControls.SPMobileCommentsNewFormNavigation

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.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class SPMobileCommentsNavigation _
    Inherits SPMobileLinkNavigation
'Usage
Dim instance As SPMobileCommentsNavigation
[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.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class SPMobileCommentsNavigation : SPMobileLinkNavigation

Hinweise

Verwenden Sie die SPMobileCommentsNavigation -Klasse als Basisklasse, und überschreiben Sie die GenerateUrl -Methode, um zu einer Seite zu verweisen, die Funktionen bereitstellt, die Sie Kommentare zu Blogbeiträgen relevant sind. (Es ist bereits eine abgeleitete Klasse für eine Seite, die alle Kommentare und ein Formular für die Erstellung neuer Kommentar aufgeführt sind. Weitere Informationen finden Sie unter SPMobileCommentsListViewNavigation und SPMobileCommentsNewFormNavigation.)

Threadsicherheit

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

Siehe auch

Referenz

SPMobileCommentsNavigation-Member

Microsoft.SharePoint.MobileControls-Namespace