Solution4::TemplatePath Property (String^)

 

Superseded by GetProjectTemplate.

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

property String^ default[
	String^ ProjectType
] {
	String^ get(String^ ProjectType);
}

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.

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

Return to top
Show: