AssemblyInfo.Trademark プロパティ

定義

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

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

プロパティ値

アプリケーションに関連付けられた商標表記を保持する String

例外

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

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

MsgBox("Application trademark: " & My.Application.Info.Trademark)

注釈

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

商標に関する通知を変更するには、[アセンブリ情報] ダイアログ ボックスの [商標] の値を変更し、Project Designerの [アプリケーション] ウィンドウからアクセスできます。

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

プロジェクトの種類 使用可能
Windows フォーム アプリケーション はい
クラス ライブラリ はい
コンソール アプリケーション はい
Windows フォーム コントロール ライブラリ はい
Web コントロール ライブラリ いいえ
Windows サービス はい
Web サイト いいえ

適用対象

こちらもご覧ください