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
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.