AssemblyTitleAttribute(String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 AssemblyTitleAttribute 类的新实例。
public:
AssemblyTitleAttribute(System::String ^ title);
public AssemblyTitleAttribute (string title);
new System.Reflection.AssemblyTitleAttribute : string -> System.Reflection.AssemblyTitleAttribute
Public Sub New (title As String)
参数
- title
- String
程序集标题。
注解
在 Windows Vista 中,为 title
参数指定的字符串显示在程序集的“Windows 文件属性”对话框的“详细信息”选项卡上。 属性名称为 “文件说明”。 在 Windows XP 中,此字符串显示在“Windows 文件属性”对话框的“版本”选项卡上。