SPMobileComponent.IsEllipsisRenderingPageType 属性

获取一个值,该值指示是否能够呈现省略号,数据被截断,因为它超出移动呈现限制时的页面类型。

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

语法

声明
Protected Overridable ReadOnly Property IsEllipsisRenderingPageType As Boolean
    Get
用法
Dim value As Boolean

value = Me.IsEllipsisRenderingPageType
protected virtual bool IsEllipsisRenderingPageType { get; }

属性值

类型:System.Boolean
true页面类型是能够呈现省略号 ; 如果否则为false。默认值为true除显示窗体的所有页面类型。

备注

自定义移动 web.config 文件从false的mobile_enablelimitationondispform更改为true,除非IsEllipsisRenderingPageType是true除显示窗体的所有页面类型。如果自定义项,则IsEllipsisRenderingPageType始终是true。

另请参阅

引用

SPMobileComponent 类

SPMobileComponent 成员

Microsoft.SharePoint.Mobile.WebControls 命名空间

其他资源

Ellipses and Rendering Limits