Compartilhar via


Método Solution3.ProjectItemsTemplatePath (String)

Substituído pelo GetProjectItemTemplate.

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

Sintaxe

'Declaração
Function ProjectItemsTemplatePath ( _
    ProjectKind As String _
) As String
string ProjectItemsTemplatePath(
    string ProjectKind
)
String^ ProjectItemsTemplatePath(
    String^ ProjectKind
)
abstract ProjectItemsTemplatePath : 
        ProjectKind:string -> string 
function ProjectItemsTemplatePath(
    ProjectKind : String
) : String

Parâmetros

  • ProjectKind
    Tipo: System.String
    Obrigatório.O EnvDTE.Constants.vsProjectKind* o modelo de projeto que representa o tipo de projeto.

Valor de retorno

Tipo: System.String
O caminho para os modelos do tipo determinado projeto.

Comentários

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

Segurança do .NET Framework

Consulte também

Referência

Solution3 Interface

Sobrecargas ProjectItemsTemplatePath

Namespace EnvDTE90