Share via


VSProject2.TemplatePath Property

This property is deprecated in Microsoft Visual Studio 2005. Use GetProjectItemTemplate instead.

Namespace:  VSLangProj80
Assembly:  VSLangProj80 (in VSLangProj80.dll)

Syntax

'Declaration
ReadOnly Property TemplatePath As String
string TemplatePath { get; }
property String^ TemplatePath {
    String^ get ();
}
abstract TemplatePath : string
function get TemplatePath () : String

Property Value

Type: System.String
A string value representing the template path.

Implements

VSProject.TemplatePath

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.

.NET Framework Security

See Also

Reference

VSProject2 Interface

VSLangProj80 Namespace

TemplatePath