Класс SPMobileLabel
Отображает элемент управления label, можно настроить, видны вес.
Иерархия наследования
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
Пространство имен: Microsoft.SharePoint.Mobile.WebControls
Сборка: Microsoft.SharePoint (в Microsoft.SharePoint.dll)
Синтаксис
'Декларация
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class SPMobileLabel _
Inherits Label
'Применение
Dim instance As SPMobileLabel
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class SPMobileLabel : Label
Замечания
Вес установлено с ключом mobile_paginationweight в %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\15\TEMPLATE\LAYOUTS\MOBILE\web.config.
Потокобезопасность
Любые общедоступные элементы static (Shared в Visual Basic) этого типа являются потокобезопасными. Не гарантируется, что любые элементы экземпляров потокобезопасны.