RunInstallerAttribute.Yes 字段

定义

指定在安装程序集时应调用 Visual Studio 自定义操作安装程序或 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 

字段值

注解

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

适用于