6.7.3.3 Custom Template Parameters
You can use the CustomParameter element in your .vstemplate file to add new parameters to a template.
- Locate the 
TemplateContentelement in the .vstemplate file for the template. - Add a 
CustomParameterselement and one or moreCustomParameterchild elements as children of the TemplateContent element.Figure 6-12. Adding Custom Parameters <TemplateContent> ... <CustomParameters> <CustomParameter Name="$MyParameter1$" Value="MyValue2"/> <CustomParameter Name="$MyParameter2$" Value="MyValue2"/> </CustomParameters> </TemplateContent> - Use the parameter in one or more of the code files in the template, as shown in Default Template Parameters.
 
