Lire en anglais

Partager via


Solution3.ProjectItemsTemplatePath(String) Method

Definition

public:
 Platform::String ^ ProjectItemsTemplatePath(Platform::String ^ ProjectKind);

Parameters

ProjectKind
String

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

Returns

The path to the templates of the given project type.

Implements

Attributes

Remarks

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

Applies to