Solution3::GetProjectItemTemplates Method (String^, String^)
Visual Studio 2015
Returns a collection of project item templates for the specified project.
Assembly: EnvDTE90 (in EnvDTE90.dll)
Parameters
- Language
-
Type:
System::String^
The language used to write the project item template.
- CustomDataSignature
-
Type:
System::String^
The signature for any metadata associated with the project item template.
Return Value
Type: EnvDTE90::Templates^A templates collection containing the names of all of the project item templates.
Project templates are stored as zip files. This method asks for the project by name and language and returns the path to the template.
Show: