VSProject2.TemplatePath Property
This property is deprecated in Microsoft Visual Studio 2005. Use GetProjectItemTemplate instead.
Namespace: VSLangProj80
Assembly: VSLangProj80 (in VSLangProj80.dll)
Syntax
'Declaration
ReadOnly Property TemplatePath As String
string TemplatePath { get; }
property String^ TemplatePath {
String^ get ();
}
abstract TemplatePath : string with get
function get TemplatePath () : String
Property Value
Type: System.String
A string value representing the template path.
Remarks
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.