Partager via


Solution2.TemplatePath, propriété (String)

Remplacé par GetProjectTemplate.

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

_Solution.TemplatePath[String]

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

TemplatePath, surcharge

EnvDTE80, espace de noms