VSProject2.TemplatePath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Microsoft Visual Studio 2005 中不推荐使用此属性。 请改用 GetProjectItemTemplate(String, String)。
public:
property System::String ^ TemplatePath { System::String ^ get(); };
public:
property Platform::String ^ TemplatePath { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(8)]
public string TemplatePath { [System.Runtime.InteropServices.DispId(8)] get; }
[<System.Runtime.InteropServices.DispId(8)>]
[<get: System.Runtime.InteropServices.DispId(8)>]
member this.TemplatePath : string
Public ReadOnly Property TemplatePath As String
属性值
表示模板路径的字符串值。
实现
- 属性
注解
不推荐使用此属性 Microsoft Visual Studio 2005 。 请改用 GetProjectItemTemplate。 有关方法的详细信息 GetProjectItemTemplate ,请参阅 如何:以编程方式创建项目项。