VSProject2.TemplatePath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This property is deprecated in Microsoft Visual Studio 2005. Use GetProjectItemTemplate(String, String) instead.
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
Property Value
A string value representing the template path.
Implements
- Attributes
Remarks
This property is deprecated for Microsoft Visual Studio 2005. Use GetProjectItemTemplate instead. For more information on the GetProjectItemTemplate method, see How to: Programmatically Create Project Items.