Solution2.ProjectItemsTemplatePath(String) Method

Definition

public:
 System::String ^ ProjectItemsTemplatePath(System::String ^ ProjectKind);
public:
 Platform::String ^ ProjectItemsTemplatePath(Platform::String ^ ProjectKind);
std::wstring ProjectItemsTemplatePath(std::wstring const & ProjectKind);
[System.Runtime.InteropServices.DispId(43)]
public string ProjectItemsTemplatePath (string ProjectKind);
[<System.Runtime.InteropServices.DispId(43)>]
abstract member ProjectItemsTemplatePath : string -> string
Public Function ProjectItemsTemplatePath (ProjectKind As String) As String

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