共用方式為


WebPartMobileAdapter.WebPartIconUrl property

取得表示 [網頁組件的圖示的 URL。

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

Syntax

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

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

Property value

Type: System.String
圖示的影像檔的 URL。

備註

預設實作會傳回/_layouts/images/itgen.gif。

請參閱

參照

WebPartMobileAdapter class

WebPartMobileAdapter members

Microsoft.SharePoint.WebPartPages namespace