Partager via


Solution4.ProjectItemsTemplatePath, méthode (String)

Remplacé par GetProjectItemTemplate.

Espace de noms :  EnvDTE100
Assembly :  EnvDTE100 (dans EnvDTE100.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

Solution3.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

Solution4 Interface

ProjectItemsTemplatePath, surcharge

EnvDTE100, espace de noms