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
'Usage
Dim instance As VSProject2 
Dim value As String 

value = instance.TemplatePath
string TemplatePath { get; }
property String^ TemplatePath {
    String^ get ();
}
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

VSProject2 Members

TemplatePath Overload

VSLangProj80 Namespace

TemplatePath