Partager via


Solution2.TemplatePath, propriété

Remplacé par GetProjectTemplate.

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

Syntaxe

'Déclaration
ReadOnly Property TemplatePath ( _
    ProjectType As String _
) As String
string this[
    string ProjectType
] { get; }
property String^ TemplatePath[[InAttribute] String^ ProjectType] {
    String^ get ([InAttribute] String^ ProjectType);
}
abstract TemplatePath : 
        ProjectType:string -> string with get
JScript ne prend pas en charge les propriétés indexées.

Paramètres

  • ProjectType
    Type : String

    Requis. Identificateur universel unique (GUID) identifiant le type de projet.

Valeur de propriété

Type : String
Chemin d'accès complet et nom du répertoire contenant les modèles pour le type de projet spécifié.

Notes

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

Sécurité .NET Framework

Voir aussi

Référence

Solution2 Interface

EnvDTE80, espace de noms