SPMobileComponent.SubControlNumberLimit 属性

获取呈现限制的组件。

命名空间:  Microsoft.SharePoint.Mobile.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Overridable ReadOnly Property SubControlNumberLimit As Integer
    Get
用法
Dim instance As SPMobileComponent
Dim value As Integer

value = instance.SubControlNumberLimit
public virtual int SubControlNumberLimit { get; }

属性值

类型:System.Int32
代表组件的呈现限制Int32

备注

默认实现使用SubControlNumberLimitKey作为查找键从%ProgramFiles%\Common Files\Microsoft Shared\web server extensions\15\TEMPLATE\LAYOUTS\MOBILE 中的移动 web.config 文件中获取呈现限制。

另请参阅

引用

SPMobileComponent 类

SPMobileComponent 成员

Microsoft.SharePoint.Mobile.WebControls 命名空间