Solution3::GetProjectItemTemplates Method (String^, String^)

 

Returns a collection of project item templates for the specified project.

Namespace:   EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

Templates^ GetProjectItemTemplates(
	String^ Language,
	String^ CustomDataSignature
)

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.

Return to top
Show: