Partager via


Solution4.TemplatePath, propriété (String)

Remplacé par GetProjectTemplate.

Espace de noms :  EnvDTE100
Assembly :  EnvDTE100 (dans EnvDTE100.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 : string
JScript ne prend pas en charge les propriétés indexées.

Paramètres

  • ProjectType
    Type : System.String
    Obligatoire.Identificateur universel unique (GUID) identifiant le type de projet.

Valeur de propriété

Type : System.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, utilisez GetProjectTemplate.

Sécurité .NET Framework

Voir aussi

Référence

Solution4 Interface

TemplatePath, surcharge

EnvDTE100, espace de noms