Compartilhar via


Propriedade Solution2.TemplatePath (String)

Substituído pelo 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 : string
JScript não oferece suporte a propriedades indexadas.

Parâmetros

  • ProjectType
    Tipo: System.String
    Obrigatório.Um GUID que identifica o tipo de projeto.

Valor de propriedade

Tipo: System.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 no Visual Studio 2005, use GetProjectTemplate em vez disso.

Segurança do .NET Framework

Consulte também

Referência

Solution2 Interface

Sobrecargas TemplatePath

Namespace EnvDTE80