Solution3.TemplatePath 属性

已被 GetProjectTemplate 取代。

命名空间:  EnvDTE90
程序集:  EnvDTE90(在 EnvDTE90.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 中不使用此方法,请改用 GetProjectTemplate

.NET Framework 安全性

请参阅

参考

Solution3 接口

EnvDTE90 命名空间