RunInstallerAttribute.No 字段

定义

指定安装程序集时,不应调用Visual Studio自定义操作安装程序或 Installutil.exe (Installer Tool)。 此 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 

字段值

注解

此字段是此属性的默认设置。

将属性 RunInstallerAttribute 标记为 “设置为 false” 时,此属性的值将设置为常量成员 No。 因此,如果要检查属性是否在代码中设置为此值,则必须将属性指定为 RunInstallerAttribute.No

适用于