Compartir a través de


Clase SPMobileLabel

Representa el control de etiqueta puede configurarse cuyo peso visible.

Jerarquía de la herencia

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.Literal
      Microsoft.SharePoint.Mobile.Controls.TextViewBase
        Microsoft.SharePoint.Mobile.Controls.Label
          Microsoft.SharePoint.Mobile.WebControls.SPMobileLabel
            Microsoft.SharePoint.WebPartPages.WebPartMobileWebPageTitle

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

Comentarios

El peso se establece con la clave de mobile_paginationweight en %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\15\TEMPLATE\LAYOUTS\MOBILE\web.config.

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 SPMobileLabel

Espacio de nombres Microsoft.SharePoint.Mobile.WebControls