WebPartMobileAdapter.TitleIconUrl 属性

获取标题的旁边呈现移动页上的 Web 部件时不能展开和折叠 Web 部件, 的图标的 URL。

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

语法

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

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

属性值

类型:System.String
图标的 URL。

备注

默认实现返回/_layouts/images/mblwpsummarytitle.gif,除非正在使用的默认图像在这种情况下是/_layouts/images/mblwpsummarytitlertl.gif从右向左的语言。

另请参阅

引用

WebPartMobileAdapter 类

WebPartMobileAdapter 成员

Microsoft.SharePoint.WebPartPages 命名空间