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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。