Partager via


Solution3.TemplatePath, propriété

Remplacé par GetProjectTemplate.

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

Sécurité .NET Framework

Voir aussi

Référence

Solution3 Interface

EnvDTE90, espace de noms