ISharePointProject.AddItemTemplatesGuid Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a language specific project type GUID that used to return add item templates.
public:
property Guid AddItemTemplatesGuid { Guid get(); };
public Guid AddItemTemplatesGuid { get; }
member this.AddItemTemplatesGuid : Guid
Public ReadOnly Property AddItemTemplatesGuid As Guid
Property Value
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.