Condividi tramite


Proprietà Solution4.TemplatePath

Sostituito da GetProjectTemplate.

Spazio dei nomi:  EnvDTE100
Assembly:  EnvDTE100 (in EnvDTE100.dll)

Sintassi

'Dichiarazione
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 non supporta le proprietà indicizzate.

Parametri

  • ProjectType
    Tipo: String

    Necessario. Un GUID che identifica il tipo di progetto.

Valore proprietà

Tipo: String
Percorso completo e nome della directory contenente i modelli per il tipo specificato di progetto.

Note

Questo metodo non viene utilizzato in Visual Studio. Utilizzare invece GetProjectTemplate.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Solution4 Interfaccia

Spazio dei nomi EnvDTE100