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 檔案屬性] 對話方塊的 [版本] 索引標籤上。

適用於

另請參閱