Solution2.TemplatePath 属性 (String)
已被 GetProjectTemplate 取代。
命名空间: EnvDTE80
程序集: EnvDTE80(在 EnvDTE80.dll 中)
语法
声明
ReadOnly Property TemplatePath ( _
ProjectType As String _
) As String
Get
string this[
string ProjectType
] { get; }
property String^ TemplatePath[[InAttribute] String^ ProjectType] {
String^ get ([InAttribute] String^ ProjectType);
}
abstract TemplatePath : string
JScript 不支持索引属性。
参数
- ProjectType
类型:System.String
必选。标识项目类型的 GUID。
属性值
类型:System.String
指定类型的项目的模板所在目录的完整路径和名称。
实现
_Solution.TemplatePath[String]
备注
不能在 Visual Studio 2005 中使用此方法,请改用 GetProjectTemplate。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。