SPMobileComponent.SubControlNumberLimitKey 属性

获取可用于查找 mobile 键呈现限制值的组件。

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

语法

声明
Protected Overridable ReadOnly Property SubControlNumberLimitKey As String
    Get
用法
Dim value As String

value = Me.SubControlNumberLimitKey
protected virtual string SubControlNumberLimitKey { get; }

属性值

类型:System.String
代表用来查找该组件的移动呈现限制的查找键String

备注

密钥用于查找%ProgramFiles%\Common Files\Microsoft Shared\web server extensions\15\TEMPLATE\LAYOUTS\MOBILE 中的移动 web.config 文件中的数字。例如, SPMobileItemFieldIterator.SubControlNumberLimitKey是"mobile_fieldnumberlimitforinputform",在移动 web.config 文件中设置为一个数值。

默认实现返回空引用(无 在 Visual Basic 中),因此您必须覆盖此属性,以使用它。

另请参阅

引用

SPMobileComponent 类

SPMobileComponent 成员

Microsoft.SharePoint.Mobile.WebControls 命名空间