AssemblyInfo.Description プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーションに関連付けられている説明を取得します。
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 プロパティは、アプリケーションに関連付けられている説明を取得します。
説明を変更するには、
プロジェクトの種類別の可用性
| プロジェクト タイプ | 在庫有り |
|---|---|
| Windows フォーム アプリケーション | Yes |
| クラス ライブラリ | Yes |
| コンソール アプリケーション | Yes |
| Windows フォーム コントロール ライブラリ | Yes |
| Web コントロール ライブラリ | いいえ |
| Windows サービス | Yes |
| ウェブサイト | いいえ |