Solution3.TemplatePath[String] Свойство

Определение

Заменяется GetProjectTemplate(String, String).

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

Параметры

ProjectType
String

Обязательный. Идентификатор GUID, определяющий тип проекта.

Значение свойства

String

Полный путь и имя каталога, который содержит шаблоны для указанного типа проекта.

Реализации

Атрибуты

Комментарии

Этот метод не используется в Visual Studio , GetProjectTemplate вместо этого используйте.

Применяется к