共用方式為


ISharePointProject.AddItemTemplatesGuid 屬性

取得語言特定專案型別 GUID,用來傳回加入項目範本。

命名空間:  Microsoft.VisualStudio.SharePoint
組件:  Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)

語法

'宣告
ReadOnly Property AddItemTemplatesGuid As Guid
Guid AddItemTemplatesGuid { get; }

屬性值

型別:System.Guid
表示專案類型的 GUID。

備註

這就是可以在 GetProjectItemTemplate 函數中做為語言字串的 GUID,以擷取範本的路徑。

通常 GetProjectItemTemplate 會接受語言字串,例如 "CSharp" 或 "VB" 以接受語言特定的範本。SharePoint 專案使用 GUID 而非字串來對非 SharePoint 專案隱藏 SharePoint 專案項目範本。

.NET Framework 安全性

請參閱

參考

ISharePointProject 介面

Microsoft.VisualStudio.SharePoint 命名空間