Partager via


Solution2.ProjectItemsTemplatePath, méthode (String)

Remplacé par GetProjectItemTemplate.

Espace de noms :  EnvDTE80
Assembly :  EnvDTE80 (dans EnvDTE80.dll)

Syntaxe

'Déclaration
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

Paramètres

  • ProjectKind
    Type : System.String
    Obligatoire.Modèle de projet EnvDTE.Constants.vsProjectKind* représentant le type du projet.

Valeur de retour

Type : System.String
Chemin d'accès aux modèles du type de projet donné.

Implémentations

_Solution.ProjectItemsTemplatePath(String)

Notes

Cette méthode n'est pas utilisée dans Visual Studio 2005, utilisez GetProjectItemTemplate à la place.

Sécurité .NET Framework

Voir aussi

Référence

Solution2 Interface

ProjectItemsTemplatePath, surcharge

EnvDTE80, espace de noms