Clase SPMobileCommentsNavigation
NOTA: esta API está ahora obsoleta.
Representa un vínculo a una página orientado a comentarios en un sitio de blog móvil.
Jerarquía de la herencia
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
Espacio de nombres: Microsoft.SharePoint.MobileControls
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
<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
'Uso
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
Comentarios
Usar la clase SPMobileCommentsNavigation como una clase base y reemplace el método GenerateUrl para que apunte a una página que proporciona funcionalidad que es relevante para los comentarios acerca de entradas de blog. (Ya hay una clase derivada de una página que enumera todos los comentarios y un formulario para la creación de un nuevo comentario. Para obtener más información, vea SPMobileCommentsListViewNavigation y SPMobileCommentsNewFormNavigation).
Seguridad para subprocesos
Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.