Solution3.ProjectItemsTemplatePath(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Superseded by GetProjectItemTemplate(String, String).
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.