SolutionClass.ProjectItemsTemplatePath(String) Method

Definition

Microsoft Internal Use Only.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Parameters

ProjectKind
String

Returns

Implements

Attributes

Applies to