ISharePointProject.AddItemTemplatesGuid Property

Definition

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.

Applies to