TemplateID Element (Visual Studio Templates)
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Specifies an identifier for an item template that is categorized into a group of item templates by the TemplateGroupID element.
<VSTemplate>
<TemplateData>
<TemplateID>
Syntax
<TemplateID> ... </TemplateID>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
None.
Parent Elements
Element | Description |
---|---|
TemplateData | Required element. Categorizes the template and defines how it displays in either the New Project or the Add New Item dialog box. |
Text Value
A string
that represents an identifier for an item template that is categorized into a group of item templates by the TemplateGroupID
element.
Remarks
TemplateID
is an optional element.
If a .vstemplate file omits the TemplateID
element, then the Name element is used as the identifier for the template.
The value of the TemplateID
element is used along with project system registration (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\11.0\Projects\) to filter templates that appear in the Add New Item dialog box.
See Also
Visual Studio Template Schema Reference
Creating Project and Item Templates