RunInstallerAttribute.No 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定在安装程序集时不应调用 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。