共用方式為


WebPartMobileAdapter.DetailViewTitleIconUrl property

取得呈現在行動頁面上的 [網頁組件 「 詳細檢視中的標題旁邊的圖示的 URL。

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Protected Overridable ReadOnly Property DetailViewTitleIconUrl As String
    Get
'用途
Dim value As String

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

Property value

Type: System.String
圖示的 URL。

備註

預設實作會傳回/_layouts/images/mblwpdetailtitle.gif。除非使用從右至左語言,否則在此情況下的預設檔是/_layouts/images/mblwpdetailtitlertl.gif

請參閱

參照

WebPartMobileAdapter class

WebPartMobileAdapter members

Microsoft.SharePoint.WebPartPages namespace