Solution4.ProjectItemsTemplatePath(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

参数

ProjectKind
String

必需。 表示项目类型的 EnvDTE.Constants.vsProjectKind* 项目模板。

返回

String

给定项目类型模板的路径。

实现

属性

注解

此方法未在中使用 Visual Studio 2005 ,请改用 GetProjectItemTemplate

适用于