Solution3.TemplatePath[String] Propriedade

Definição

public:
 property System::String ^ TemplatePath[System::String ^] { System::String ^ get(System::String ^ ProjectType); };
[System.Runtime.InteropServices.DispId(26)]
public string TemplatePath[string ProjectType] { [System.Runtime.InteropServices.DispId(26)] get; }
[<System.Runtime.InteropServices.DispId(26)>]
[<get: System.Runtime.InteropServices.DispId(26)>]
member this.TemplatePath(string) : string
Public ReadOnly Property TemplatePath(ProjectType As String) As String

Parâmetros

ProjectType
String

Obrigatórios. Um GUID que identifica o tipo de projeto.

Valor da propriedade

String

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

Implementações

Atributos

Comentários

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

Aplica-se a