共用方式為


SPRecycleBinItem.ImageUrl property

取得項目的圖示的伺服器相對 URL。

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

Syntax

'宣告
Public ReadOnly Property ImageUrl As String
    Get
'用途
Dim instance As SPRecycleBinItem
Dim value As String

value = instance.ImageUrl
public string ImageUrl { get; }

Property value

Type: System.String
包含的項目 ; 圖示的伺服器相對 URL 的字串例如, /_layouts/images/MyImage.gf。

請參閱

參照

SPRecycleBinItem class

SPRecycleBinItem members

Microsoft.SharePoint namespace