Partager via


Solution3.TemplatePath, propriété (String)

Remplacé par GetProjectTemplate.

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

Syntaxe

'Déclaration
ReadOnly Property TemplatePath ( _
    ProjectType As String _
) As String
    Get
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é.

Implémentations

Solution2.TemplatePath[String]

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

TemplatePath, surcharge

EnvDTE90, espace de noms