Compartir a través de


Clase SPMobileDeleteMessageLabel

Representa el texto del mensaje de confirmación que se presenta al usuario después de un intento de eliminar un elemento de lista.

Jerarquía de la herencia

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.SharePoint.Mobile.WebControls.SPMobileComponent
        Microsoft.SharePoint.Mobile.WebControls.SPMobileDeleteMessageLabel

Espacio de nombres:  Microsoft.SharePoint.Mobile.WebControls
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class SPMobileDeleteMessageLabel _
    Inherits SPMobileComponent
'Uso
Dim instance As SPMobileDeleteMessageLabel
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class SPMobileDeleteMessageLabel : SPMobileComponent

Comentarios

El control de SPMobileDeleteMessageLabel utiliza un control de etiqueta secundario para representar realmente el mensaje.

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.

Vea también

Referencia

Miembros SPMobileDeleteMessageLabel

Espacio de nombres Microsoft.SharePoint.Mobile.WebControls