Share via


ISharePointProject.AddItemTemplatesGuid Property

Gets a language specific project type GUID that used to return add item templates.

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

Syntax

'Declaration
ReadOnly Property AddItemTemplatesGuid As Guid
Guid AddItemTemplatesGuid { get; }

Property Value

Type: Guid
A GUID representing a project type.

Remarks

This GUID that can be used as a language string in GetProjectItemTemplate function to retrieve a path to a template.

Typically, GetProjectItemTemplate accepts a language string such as "CSharp" or "VB" to retrieve a language-specific template. SharePoint projects use GUIDs instead of strings to hide SharePoint project item templates from non-SharePoint projects.

.NET Framework Security

See Also

Reference

ISharePointProject Interface

Microsoft.VisualStudio.SharePoint Namespace