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