VSProject2::TemplatePath Property

 

This property is deprecated in Microsoft Visual Studio 2005. Use GetProjectItemTemplate instead.

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

property String^ TemplatePath {
	String^ get();
}

Property Value

Type: System::String^

A string value representing the template path.

This property is deprecated for Microsoft Visual Studio 2005. Use GetProjectItemTemplate instead. For more information on the GetProjectItemTemplate method, see How to: Programmatically Create Project Items.

Return to top
Show: