RunInstallerAttribute.Yes フィールド

定義

アセンブリのインストール時に、Visual Studio の Custom Action Installer または Installutil.exe (インストーラー ツール) を起動することを指定します。 static フィールドは読み取り専用です。

public: static initonly System::ComponentModel::RunInstallerAttribute ^ Yes;
public static readonly System.ComponentModel.RunInstallerAttribute Yes;
 staticval mutable Yes : System.ComponentModel.RunInstallerAttribute
Public Shared ReadOnly Yes As RunInstallerAttribute 

フィールド値

注釈

プロパティ RunInstallerAttribute を に true設定すると、この属性の値は定数メンバー Yesに設定されます。 したがって、属性がコード内でこの値に設定されているかどうかをチェックする場合は、 属性を としてRunInstallerAttribute.Yes指定する必要があります。

適用対象