Solution2.TemplatePath[String] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Remplacé par GetProjectTemplate(String, String).
public:
property System::String ^ TemplatePath[System::String ^] { System::String ^ get(System::String ^ ProjectType); };
[System.Runtime.InteropServices.DispId(26)]
public string TemplatePath[string ProjectType] { [System.Runtime.InteropServices.DispId(26)] get; }
[<System.Runtime.InteropServices.DispId(26)>]
[<get: System.Runtime.InteropServices.DispId(26)>]
member this.TemplatePath(string) : string
Public ReadOnly Property TemplatePath(ProjectType As String) As String
Paramètres
- ProjectType
- String
Obligatoire. Identificateur universel unique (GUID) identifiant le type de projet.
Valeur de propriété
Chemin d'accès complet et nom du répertoire contenant les modèles pour le type de projet spécifié.
Implémente
- Attributs
Remarques
Cette méthode n’est pas utilisée dans Visual Studio 2005 , utilisez à la GetProjectTemplate place.