Propriedade SolutionClass.TemplatePath

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
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 : string
override TemplatePath : string
JScript não oferece suporte a propriedades indexadas.

Parâmetros

Valor de propriedade

Tipo: System.String

Implementações

_Solution.TemplatePath

Segurança do .NET Framework

Consulte também

Referência

SolutionClass Classe

Namespace EnvDTE