The text this element must either true false
Template Storage Structure ❘89
|
|
---|---|
|
|
< SupportsLanguageDropDown > |
|
|
|
continues
90❘CHAPTER 4VISUAL STUDIO TEMPLATES
|
|
|
|
< TemplateData >
< Name > Basic Command Console < /Name >
< Description > This console processes simple commands < /Description > < ProjectType > CSharp < /ProjectType >
< ProjectSubType >
< /ProjectSubType >
< SortOrder > 1000 < /SortOrder >
< CreateNewFolder > true < /CreateNewFolder >
< DefaultName > Basic Command Console < /DefaultName >
< ProvideDefaultName > true < /ProvideDefaultName >
< LocationField > Enabled < /LocationField >
< EnableLocationBrowseButton > true < /EnableLocationBrowseButton > < Icon > __TemplateIcon.ico < /Icon >
< /TemplateData >Not all child elements are described here, but, rather, let ’ s focus on what the result is. So, the project template is for the Visual C# language and the project template will be placed somewhere at the end of the project template list. The New Project dialog will provide a default name for the project that is to be created in a new folder, and the user is allowed to select this folder ’ s location.