Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Superseded by GetProjectItemTemplate.
Namespace:  EnvDTE100
Assembly:  EnvDTE100 (in EnvDTE100.dll)
Syntax
'Declaration
Function ProjectItemsTemplatePath ( _
    ProjectKind As String _
) As String
string ProjectItemsTemplatePath(
    string ProjectKind
)
String^ ProjectItemsTemplatePath(
    String^ ProjectKind
)
abstract ProjectItemsTemplatePath : 
        ProjectKind:string -> string
function ProjectItemsTemplatePath(
    ProjectKind : String
) : String
Parameters
- ProjectKind 
 Type: String- Required. The EnvDTE.Constants.vsProjectKind* project template representing the project type. 
Return Value
Type: String
The path to the templates of the given project type.
Remarks
This method is not used in Visual Studio 2005, use GetProjectItemTemplate 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.