AssemblyTitleAttribute.Title 属性

定义

获取程序集标题信息。

public:
 property System::String ^ Title { System::String ^ get(); };
public string Title { get; }
member this.Title : string
Public ReadOnly Property Title As String

属性值

程序集标题。

注解

在 Windows Vista 中,属性的值Title显示在程序集的“Windows 文件属性”对话框的“详细信息”选项卡上。 属性名称为 “文件说明”。 在 Windows XP 中,此属性显示在“Windows 文件属性”对话框的“版本”选项卡上。

适用于

另请参阅