共用方式為


SPWebTemplate.ImageUrl property

取得用於表示站台定義設定影像的 URL 或網站範本中SharePoint Foundation的使用者介面。

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

Syntax

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

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

Property value

Type: System.String
String ,表示為具有"/_layouts/"開頭的虛擬目錄的 URL。

備註

如果SPWebTemplate代表站台定義組態,這個屬性會對應至組態檔中的元素WebTemp*.xml的ImageUrl屬性。(請參閱WebTemp.xml如需詳細資訊)。

如果SPWebTemplate代表網站範本,此屬性對應於WebTemplate中的項目.wsp 檔案來儲存網站範本中所包含的elements.xml檔案的ImageUrl屬性。

請參閱

參照

SPWebTemplate class

SPWebTemplate members

Microsoft.SharePoint namespace

其他資源

WebTemp.xml

共同作業應用程式標記語言 (連同 CAML)

Custom Site Templates

Site Definitions and Configurations