Share via


AssemblyTitleAttribute(String) 构造函数

定义

初始化 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 文件属性”对话框的“版本”选项卡上。

适用于

另请参阅