Solution2::TemplatePath Property (String^)

 

Superseded by GetProjectTemplate.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.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 2005, use GetProjectTemplate instead.

Return to top
Show: