Solution2::ProjectItemsTemplatePath Method (String^)

 

Superseded by GetProjectItemTemplate.

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

String^ ProjectItemsTemplatePath(
	String^ ProjectKind
)

Parameters

ProjectKind
Type: System::String^

Required. The EnvDTE.Constants.vsProjectKind* project template representing the project type.

Return Value

Type: System::String^

The path to the templates of the given project type.

This method is not used in Visual Studio 2005, use GetProjectItemTemplate instead.

Return to top
Show: