RunInstallerAttribute.Default 字段

定义

指定默认可见性,即 No。 此 static 字段是只读的。

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

字段值

注解

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

适用于