共用方式為


SPWebTemplate.Title property

取得網站定義設定] 或 [網站範本的顯示名稱。

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

Syntax

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

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

Property value

Type: System.String
String 包含顯示名稱。

備註

如果SPWebTemplate代表站台定義組態,這個屬性是設定中的項目WebTemp*.xml的Title屬性的值。(請參閱WebTemp.xml如需詳細資訊)。

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

請參閱

參照

SPWebTemplate class

SPWebTemplate members

Microsoft.SharePoint namespace

其他資源

WebTemp.xml

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

Custom Site Templates

Site Definitions and Configurations