Solution3.TemplatePath Property (String)

Superseded by GetProjectTemplate.

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

Syntax

'Declaration
ReadOnly Property TemplatePath ( _
    ProjectType As String _
) As String
    Get
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

Solution2.TemplatePath[String]

Remarks

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

.NET Framework Security

See Also

Reference

Solution3 Interface

TemplatePath Overload

EnvDTE90 Namespace