Solution2.TemplatePath 属性

已被 GetProjectTemplate 取代。

命名空间:  EnvDTE80
程序集:  EnvDTE80(在 EnvDTE80.dll 中)

语法

声明
ReadOnly Property TemplatePath ( _
    ProjectType As String _
) As String
string this[
    string ProjectType
] { get; }
property String^ TemplatePath[[InAttribute] String^ ProjectType] {
    String^ get ([InAttribute] String^ ProjectType);
}
abstract TemplatePath : 
        ProjectType:string -> string with get
JScript 不支持索引属性。

参数

  • ProjectType
    类型:String

    必需。 标识项目类型的 GUID。

属性值

类型:String
指定类型的项目的模板所在目录的完整路径和名称。

备注

不能在 Visual Studio 2005 中使用此方法,请改用 GetProjectTemplate

.NET Framework 安全性

请参阅

参考

Solution2 接口

EnvDTE80 命名空间