共用方式為


SPView.ImageUrl property

取得清單檢視相關聯之影像的 URL。

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

Syntax

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

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

Property value

Type: System.String
String
影像的 URL。

請參閱

參照

SPView class

SPView members

Microsoft.SharePoint namespace