Solution2.TemplatePath Property
Superseded by GetProjectTemplate.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.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: StringRequired. A GUID that identifies the type of project.
Property Value
Type: 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 2005, use GetProjectTemplate instead.
.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.