RunInstallerAttribute.No フィールド

定義

アセンブリのインストール時に、Visual Studio カスタム アクション インストーラーまたは Installutil.exe (インストーラー ツール) を呼び出さないでください。 この static フィールドは読み取り専用です。

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

フィールド値

注釈

このフィールドは、この属性の既定の設定です。

RunInstallerAttributefalse に設定してプロパティをマークすると、この属性の値は定数メンバー Noに設定されます。 そのため、コードで属性がこの値に設定されているかどうかを確認する場合は、属性を RunInstallerAttribute.Noとして指定する必要があります。

適用対象