Template.Description 属性

获取模板的说明。

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

语法

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

属性值

类型:System.String
模板的字符串说明。

.NET Framework 安全性

请参见

参考

Template 接口

EnvDTE90 命名空间