Solution3.ProjectItemsTemplatePath Method (String)

Superseded by GetProjectItemTemplate.

Namespace:  EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.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: System.String
    Required. The EnvDTE.Constants.vsProjectKind* project template representing the project type.

Return Value

Type: System.String
The path to the templates of the given project type.

Implements

Solution2.ProjectItemsTemplatePath(String)

Remarks

This method is not used in Visual Studio 2005, use GetProjectItemTemplate instead.

.NET Framework Security

See Also

Reference

Solution3 Interface

ProjectItemsTemplatePath Overload

EnvDTE90 Namespace