AssemblyInfo.Description プロパティ

定義

アプリケーションに関連付けられている説明を取得します。

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

プロパティ値

アプリケーションに関連付けられている説明を含む String

例外

アセンブリに AssemblyDescriptionAttribute 属性がありません。

この例では、 My.Application.Info.Description プロパティを使用して、アプリケーションに関連付けられている説明を表示します。

MsgBox("Application description: " & My.Application.Info.Description)

注釈

My.Application.Info.Description プロパティは、アプリケーションに関連付けられている説明を取得します。

説明を変更するには、Description Assembly Information ダイアログ ボックスの値を変更します。 Project Designer の Application ペインからアクセスできます。

プロジェクトの種類別の可用性

プロジェクト タイプ 在庫有り
Windows フォーム アプリケーション Yes
クラス ライブラリ Yes
コンソール アプリケーション Yes
Windows フォーム コントロール ライブラリ Yes
Web コントロール ライブラリ いいえ
Windows サービス Yes
ウェブサイト いいえ

適用対象

こちらもご覧ください