Solution4.TemplatePath Property (String)
Superseded by GetProjectTemplate.
Namespace: EnvDTE100
Assembly: EnvDTE100 (in EnvDTE100.dll)
Syntax
'Declaration
ReadOnly Property TemplatePath ( _
ProjectType As String _
) As String
Get
string this[
string ProjectType
] { get; }
property String^ TemplatePath[[InAttribute] String^ ProjectType] {
String^ get ([InAttribute] String^ ProjectType);
}
abstract TemplatePath : string
JScript does not support indexed properties.
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.
Implements
Solution3.TemplatePath[String]
Remarks
This method is not used in Visual Studio, 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.