Partager via


Solution3.ProjectItemsTemplatePath, méthode (String)

Remplacé par GetProjectItemTemplate.

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

Solution2.ProjectItemsTemplatePath(String)

Notes

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

Sécurité .NET Framework

Voir aussi

Référence

Solution3 Interface

ProjectItemsTemplatePath, surcharge

EnvDTE90, espace de noms