Solution4.TemplatePath[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

适用于