Condividi tramite


Proprietà SolutionClass.TemplatePath

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Solo per utilizzo interno di Microsoft.

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

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property TemplatePath ( _
    ProjectType As String _
) As String
public virtual string this[
    string ProjectType
] { get; }
public:
virtual property String^ TemplatePath[[InAttribute] String^ ProjectType] {
    String^ get ([InAttribute] String^ ProjectType);
}
abstract TemplatePath : 
        ProjectType:string -> string with get 
override TemplatePath : 
        ProjectType:string -> string with get
JScript non supporta le proprietà indicizzate.

Parametri

  • ProjectType
    Tipo: String

Valore proprietà

Tipo: String

Implementa

_Solution.TemplatePath

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SolutionClass Classe

Spazio dei nomi EnvDTE