共用方式為


Solution3.TemplatePath Property

Superseded by GetProjectTemplate.

Namespace:  EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.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 : 
        ProjectType:string -> string with get
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.

Remarks

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

.NET Framework Security

See Also

Reference

Solution3 Interface

EnvDTE90 Namespace