SPSite.GetCustomWebTemplates method
傳回根據指定的地區設定識別碼 (LCID) 的網站集合的網站範本的集合。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Function GetCustomWebTemplates ( _
LCID As UInteger _
) As SPWebTemplateCollection
'用途
Dim instance As SPSite
Dim LCID As UInteger
Dim returnValue As SPWebTemplateCollection
returnValue = instance.GetCustomWebTemplates(LCID)
public SPWebTemplateCollection GetCustomWebTemplates(
uint LCID
)
參數
LCID
Type: System.UInt3232 位元不帶正負號的整數,指定 LCID。
傳回值
Type: Microsoft.SharePoint.SPWebTemplateCollection
SPWebTemplateCollection 物件,表示網站範本。