Solution2.TemplatePath Property

Superseded by GetProjectTemplate.

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

Syntax

'Declaration
ReadOnly Property TemplatePath ( _
    ProjectType As String _
) As String
string this[
    string ProjectType
] { get; }
property String^ TemplatePath[[InAttribute] String^ ProjectType] {
    String^ get ([InAttribute] String^ ProjectType);
}
abstract TemplatePath : string
JScript does not support indexed properties.

Parameters

  • ProjectType
    Type: System.String
    Required. A GUID that identifies the type of project.

Property Value

Type: System.String
The full path and name of the directory that contains templates for the specified type of project.

Implements

_Solution.TemplatePath[String]

Remarks

This method is not used in Visual Studio 2005, use GetProjectTemplate instead.

.NET Framework Security

See Also

Reference

Solution2 Interface

EnvDTE80 Namespace