| title | CustomDataSignature Element (Visual Studio Templates) | ||
|---|---|---|---|
| description | Learn about the CustomDataSignature element and how it specifies the text signature to locate the custom data. | ||
| ms.date | 11/04/2016 | ||
| ms.subservice | general-ide | ||
| ms.topic | reference | ||
| helpviewer_keywords |
|
||
| author | tinaschrepfer | ||
| ms.author | tinali |
Specifies the text signature to locate the custom data.
<VSTemplate> <TemplateData> <CustomDataSignature>
<CustomDataSignature>"string"</CustomDataSignature>
The following sections describe attributes, child elements, and parent elements.
None.
None.
| Element | Description |
|---|---|
| TemplateData | Required element. Categorizes the template and defines how it is displayed in either the New Project or the Add New Item dialog box. |
A text value is required.
The text is a string that has the text signature that is required to locate the custom data.
CustomDataSignature is an optional element.