VSProject2.TemplatePath 属性

定义

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

属性值

String

表示模板路径的字符串值。

实现

属性

注解

不推荐使用此属性 Microsoft Visual Studio 2005 。 请改用 GetProjectItemTemplate。 有关方法的详细信息 GetProjectItemTemplate ,请参阅 如何:以编程方式创建项目项

适用于