Compartilhar via


Propriedade Solution2.TemplatePath

Substituído por GetProjectTemplate.

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

Sintaxe

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

Parâmetros

  • ProjectType
    Tipo: String

    Obrigatório. GUID que identifica o tipo de projeto.

Valor de propriedade

Tipo: String
O caminho completo e o nome do diretório que contém modelos para o tipo especificado de projeto.

Comentários

Este método não é usado em Visual Studio 2005, use GetProjectTemplate em vez disso.

Segurança do .NET Framework

Consulte também

Referência

Solution2 Interface

Namespace EnvDTE80