Compartir a través de


Solution3.TemplatePath (Propiedad)

Se reemplaza por GetProjectTemplate.

Espacio de nombres:  EnvDTE90
Ensamblado:  EnvDTE90 (en EnvDTE90.dll)

Sintaxis

'Declaración
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 no admite propiedades indizadas.

Parámetros

  • ProjectType
    Tipo: String

    Requerido. GUID que identifica el tipo de proyecto.

Valor de propiedad

Tipo: String
Ruta de acceso completa y nombre del directorio que contiene las plantillas para el tipo de proyecto especificado.

Comentarios

Este método no se utiliza en Visual Studio, utilice en su lugar GetProjectTemplate.

Seguridad de .NET Framework

Vea también

Referencia

Solution3 Interfaz

EnvDTE90 (Espacio de nombres)