Template.FilePath 属性

获取模板文件的文件名和路径。

命名空间:  EnvDTE90
程序集:  EnvDTE90(在 EnvDTE90.dll 中)

语法

声明
ReadOnly Property FilePath As String
string FilePath { get; }
property String^ FilePath {
    String^ get ();
}
abstract FilePath : string
function get FilePath () : String

属性值

类型:System.String
一个表示模板路径的字符串。

.NET Framework 安全性

请参见

参考

Template 接口

EnvDTE90 命名空间